summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-10-17 14:14:40 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-10-17 14:14:40 (GMT)
commite9631e5d3a8d6d415f2c4d2dff4b4e6843630694 (patch)
treec977207dc594e509086c190434f5afa3ea751a86 /Misc
parenta3f862e915484a6b42f541d89f8aad081532662e (diff)
parent31605ace0d9247eaadd7377476128f7c1660e7d9 (diff)
downloadcpython-e9631e5d3a8d6d415f2c4d2dff4b4e6843630694.zip
cpython-e9631e5d3a8d6d415f2c4d2dff4b4e6843630694.tar.gz
cpython-e9631e5d3a8d6d415f2c4d2dff4b4e6843630694.tar.bz2
Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8efe386..161b802 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -207,5 +207,7 @@ Documentation
Tools/Demos
-----------
+- Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka.
+
**(For information about older versions, consult the HISTORY file.)**