diff options
author | Brett Cannon <bcannon@gmail.com> | 2009-08-13 19:58:01 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2009-08-13 19:58:01 (GMT) |
commit | 2f8273898808caf92e38348c7fb3b00610a6315f (patch) | |
tree | 1d6408218f5efe1d489c64550f7a215d6dd25bce /Misc | |
parent | dffc1b8932d57c3a7d587b9571aac1c3a62e08f1 (diff) | |
download | cpython-2f8273898808caf92e38348c7fb3b00610a6315f.zip cpython-2f8273898808caf92e38348c7fb3b00610a6315f.tar.gz cpython-2f8273898808caf92e38348c7fb3b00610a6315f.tar.bz2 |
Backport of r77429. Not merged/blocked as svnmerge.py is not liking me right now.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 3 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -184,6 +184,7 @@ Ismail Donmez Dima Dorfman Cesar Douady Dean Draayer +Fred L. Drake, Jr. John DuBois Paul Dubois Graham Dumpleton @@ -372,7 +373,6 @@ Irmen de Jong Lucas de Jonge John Jorgensen Jens B. Jorgensen -Fred L. Drake, Jr. Andreas Jung Tattoo Mabonzo K. Bob Kahn @@ -409,6 +409,7 @@ Holger Krekel Michael Kremer Fabian Kreutz Hannu Krosing +Ivan Krstić Andrew Kuchling Vladimir Kushnir Cameron Laird @@ -122,6 +122,8 @@ Library Extension Modules ----------------- +- Fix a segfault that could be triggered by expat with specially formed input. + - Issue #6561: '\d' in a regex now matches only characters with Unicode category 'Nd' (Number, Decimal Digit). Previously it also matched characters with category 'No'. |