diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-11-30 16:49:00 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-11-30 16:49:00 (GMT) |
commit | 66323415c791502aec973cc1b4b755d22b8ba210 (patch) | |
tree | ff131b01925be49052e96df80bf7eac88f7a48c7 /Misc/NEWS | |
parent | b7138e24e3359810158a88e285aae6f34e8d4255 (diff) | |
download | cpython-66323415c791502aec973cc1b4b755d22b8ba210.zip cpython-66323415c791502aec973cc1b4b755d22b8ba210.tar.gz cpython-66323415c791502aec973cc1b4b755d22b8ba210.tar.bz2 |
backout 9fcf4008b626 (#9179) for further consideration
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -68,9 +68,6 @@ Library - Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian platforms. -- Issues #814253, #9179: Group references and conditional group references now - work in lookbehind assertions in regular expressions. - - Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x. Based on patch by Martin Panter. |