-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
gh-76007: Deprecate __version__
attribute in decimal
#140302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 3 commits
8c30b2c
d583f55
61a43b9
0a2a9fb
9b43d7f
82ef916
16b7bc8
56a75e0
dbebb28
ba3295b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1601,6 +1601,14 @@ are also included in the pure Python version for compatibility. | |
|
||
.. versionadded:: 3.8.3 | ||
|
||
.. data:: SPEC_VERSION | ||
|
||
|
||
The highest version of the General Decimal Arithmetic | ||
Specification that this implementation complies with. | ||
See https://speleotrove.com/decimal/ for the specification. | ||
StanFromIreland marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
||
.. versionadded:: next | ||
|
||
|
||
Rounding modes | ||
-------------- | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
:mod:`decimal`: Deprecate ``__version__`` and replace with | ||
:data:`decimal.SPEC_VERSION`. |
Uh oh!
There was an error while loading. Please reload this page.