]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Allow whitespace around a slash in fraction string inputs (GH-96496)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Fri, 2 Sep 2022 16:10:58 +0000 (11:10 -0500)
committerGitHub <noreply@github.com>
Fri, 2 Sep 2022 16:10:58 +0000 (11:10 -0500)
commit656167db81a53934da55d90ed431449d8a4fc14b
tree7c7a16ea4f63ee2b8557cc8496549f4dd79dc18e
parent91f40f3f78d6016a283989e32ec3d1fb61bcebca
Allow whitespace around a slash in fraction string inputs  (GH-96496)
Doc/library/fractions.rst
Lib/fractions.py
Lib/test/test_fractions.py
Misc/NEWS.d/next/Documentation/2022-09-01-17-03-04.gh-issue-96432.1EJ1-4.rst [new file with mode: 0644]