summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2008-09-10 14:27:00 (GMT)
committerGuido van Rossum <guido@python.org>2008-09-10 14:27:00 (GMT)
commite3c4fd9cc04148e16dad3ca06af65008f2e73fe3 (patch)
tree753835c1736690ef88b3d07125267c3db2944ccb /Misc/NEWS
parent24329ba1762688f78ff589d0243683c4afafe096 (diff)
downloadcpython-e3c4fd9cc04148e16dad3ca06af65008f2e73fe3.zip
cpython-e3c4fd9cc04148e16dad3ca06af65008f2e73fe3.tar.gz
cpython-e3c4fd9cc04148e16dad3ca06af65008f2e73fe3.tar.bz2
- Issue #3629: Fix sre "bytecode" validator for an end case.
Reviewed by Amaury.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 08b2020..4696a80 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -68,6 +68,8 @@ C-API
Library
-------
+- Issue #3629: Fix sre "bytecode" validator for an end case.
+
- Issue #3811: The Unicode database was updated to 5.1.
- Issue #3809: Fixed spurious 'test.blah' file left behind by test_logging.