]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (GH-23537)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 29 Nov 2020 09:58:01 +0000 (01:58 -0800)
committerGitHub <noreply@github.com>
Sun, 29 Nov 2020 09:58:01 +0000 (09:58 +0000)
commitcf47b3969e21f66655fcb414ff9bfdd503069c2d
tree10391474472511a395d6c12e2d87fd287aecc781
parentcfb2f796342c224599eeab847e8593343a775408
bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (GH-23537) (GH-23550)

* Improve description of 'e', 'f' and 'g' presentation types

* Drop the 'E' from Scientific 'E' notation; remove >= 0 qualifications

* Fix false statement that the alternate form is valid for Decimal

* Nitpick: remove the Harvard/Oxford comma

* Add note that the decimal point is also removed if no digits follow it, except in alternate form
(cherry picked from commit c642374b3ef72f6f300616f07aea2a3f9ed83e51)

Co-authored-by: Mark Dickinson <mdickinson@enthought.com>
Co-authored-by: Mark Dickinson <mdickinson@enthought.com>
Doc/library/string.rst