summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGustavo Niemeyer <gustavo@niemeyer.net>2005-09-14 08:54:39 (GMT)
committerGustavo Niemeyer <gustavo@niemeyer.net>2005-09-14 08:54:39 (GMT)
commit6fa0c5a452ea935977b283955a1d49e5e23d97dc (patch)
tree2a192ec77d57f5f9e6be0e742fbcd4dc70a98005 /Misc
parent0c55f2946b559bd5f6dec457accdc2f2c9c55d3a (diff)
downloadcpython-6fa0c5a452ea935977b283955a1d49e5e23d97dc.zip
cpython-6fa0c5a452ea935977b283955a1d49e5e23d97dc.tar.gz
cpython-6fa0c5a452ea935977b283955a1d49e5e23d97dc.tar.bz2
Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than
considering it exactly like a '*'.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 29f2b44..27483d4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -443,6 +443,10 @@ Library
from the input stream, so that the output is a byte string in the correct
encoding instead of a unicode string.
+- Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than
+ considering it exactly like a '*'.
+
+
Build
-----