summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2015-04-16 16:15:09 (GMT)
committerR David Murray <rdmurray@bitdance.com>2015-04-16 16:15:09 (GMT)
commit2b78129b3a2431d0ef80ec56aec084bf846bdef0 (patch)
tree2e83e44a3a533293e5104958f41030e00a2ef9fd /Misc
parent29fbd21d73dfecc1bb05e98d6da7fbab55ad15b4 (diff)
downloadcpython-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/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 3d4b2cc..2ebaa9b 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -911,6 +911,7 @@ Jack McCracken
Rebecca McCreary
Kirk McDonald
Chris McDonough
+Michael McFadden
Greg McFarlane
Alan McIntyre
Jessica McKellar
diff --git a/Misc/NEWS b/Misc/NEWS
index 3ba17a4..b8d0c2e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.