diff options
author | R David Murray <rdmurray@bitdance.com> | 2015-04-16 16:15:09 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2015-04-16 16:15:09 (GMT) |
commit | 2b78129b3a2431d0ef80ec56aec084bf846bdef0 (patch) | |
tree | 2e83e44a3a533293e5104958f41030e00a2ef9fd /Misc | |
parent | 29fbd21d73dfecc1bb05e98d6da7fbab55ad15b4 (diff) | |
download | cpython-2b78129b3a2431d0ef80ec56aec084bf846bdef0.zip cpython-2b78129b3a2431d0ef80ec56aec084bf846bdef0.tar.gz cpython-2b78129b3a2431d0ef80ec56aec084bf846bdef0.tar.bz2 |
#18128: use standard +NNNN timezone format in POT-Creation-Date header.
Patch by Michael McFadden, with a few small style tweaks.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -911,6 +911,7 @@ Jack McCracken Rebecca McCreary Kirk McDonald Chris McDonough +Michael McFadden Greg McFarlane Alan McIntyre Jessica McKellar @@ -187,6 +187,9 @@ Tests Tools/Demos ----------- +- Issue #18128: pygettext now uses standard +NNNN format in the + POT-Creation-Date header. + - Issue #23935: Argument Clinic's understanding of format units accepting bytes, bytearrays, and buffers is now consistent with both the documentation and the implementation. |