summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2019-05-09 14:22:15 (GMT)
committerGitHub <noreply@github.com>2019-05-09 14:22:15 (GMT)
commitafd1e6d2f0f5aaf4030d13342809ec0915dedf81 (patch)
tree832da190993468bc973995f96ca60d580a08069c /Misc/NEWS.d
parent88db8bd0648588c67eeab16d0bc72ec5c206e3ad (diff)
downloadcpython-afd1e6d2f0f5aaf4030d13342809ec0915dedf81.zip
cpython-afd1e6d2f0f5aaf4030d13342809ec0915dedf81.tar.gz
cpython-afd1e6d2f0f5aaf4030d13342809ec0915dedf81.tar.bz2
bpo-36239: Skip comments in gettext infos (GH-12255)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2019-03-09-23-51-27.bpo-36239.BHJ3Ln.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-03-09-23-51-27.bpo-36239.BHJ3Ln.rst b/Misc/NEWS.d/next/Library/2019-03-09-23-51-27.bpo-36239.BHJ3Ln.rst
new file mode 100644
index 0000000..3a74202
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-03-09-23-51-27.bpo-36239.BHJ3Ln.rst
@@ -0,0 +1 @@
+Parsing .mo files now ignores comments starting and ending with #-#-#-#-#.