]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-71966: Move the module docstring from _pydecimal to decimal (GH-117919)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 17 Apr 2024 07:18:24 +0000 (10:18 +0300)
committerGitHub <noreply@github.com>
Wed, 17 Apr 2024 07:18:24 +0000 (10:18 +0300)
commitc69968ff69b59b27d43708379e4399f424f92075
treeec9dd073a560b29863d9e4c2e69e200d70e697fe
parenta23fa3368e50866f31d6fc1c66a9a5ca2a580239
gh-71966: Move the module docstring from _pydecimal to decimal (GH-117919)

Now it is set even if the C implementation is used.

Also add a one-line synopsis.
Lib/_pydecimal.py
Lib/decimal.py