diff options
author | Guido van Rossum <guido@python.org> | 2008-09-10 14:27:00 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2008-09-10 14:27:00 (GMT) |
commit | e3c4fd9cc04148e16dad3ca06af65008f2e73fe3 (patch) | |
tree | 753835c1736690ef88b3d07125267c3db2944ccb /Misc | |
parent | 24329ba1762688f78ff589d0243683c4afafe096 (diff) | |
download | cpython-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')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |