]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-22377: Fixes documentation for %Z in datetime (GH-16507)
authorKarl Dubost <karl+github@la-grange.net>
Tue, 26 Nov 2019 16:38:41 +0000 (01:38 +0900)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 26 Nov 2019 16:38:41 +0000 (08:38 -0800)
commitbc441ed7c1449f06df37905ee6289aa93b85d4cb
tree6a1cf146367706034384d4d82d0a24b5087effeb
parent036fe85bd3e6cd01093d836d71792a1966f961e8
bpo-22377: Fixes documentation for %Z in datetime (GH-16507)

This fixes the issue discussed in https://bugs.python.org/issue22377
and fixes it according to the comments made by Paul Ganssle @pganssle

* It clarifies which values are acceptable in the table
* It extends the note with a clearer information on the valid values

https://bugs.python.org/issue22377
Doc/library/datetime.rst
Misc/NEWS.d/next/Documentation/2019-10-01-10-53-46.bpo-22377.5ni-iC.rst [new file with mode: 0644]