diff options
author | Gustavo Niemeyer <gustavo@niemeyer.net> | 2005-09-14 08:54:39 (GMT) |
---|---|---|
committer | Gustavo Niemeyer <gustavo@niemeyer.net> | 2005-09-14 08:54:39 (GMT) |
commit | 6fa0c5a452ea935977b283955a1d49e5e23d97dc (patch) | |
tree | 2a192ec77d57f5f9e6be0e742fbcd4dc70a98005 /Misc | |
parent | 0c55f2946b559bd5f6dec457accdc2f2c9c55d3a (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ----- |