diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2000-10-09 19:48:11 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2000-10-09 19:48:11 (GMT) |
commit | 32e20ff8388e3fcf0dd0794a7a476c05c714c287 (patch) | |
tree | f88b00ef4ef2d9a0aad75f7f4ebec4afba540262 /Misc | |
parent | 95d53d2bf534d0b244be694f4fefa6e5812f28e3 (diff) | |
download | cpython-32e20ff8388e3fcf0dd0794a7a476c05c714c287.zip cpython-32e20ff8388e3fcf0dd0794a7a476c05c714c287.tar.gz cpython-32e20ff8388e3fcf0dd0794a7a476c05c714c287.tar.bz2 |
typo
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ Standard library methods in SRE, the standard regular expression engine. - In SRE, fix error with negative lookahead and lookbehind that - manifested itself as a runtime error in patterns like "?<!abc)(def)". + manifested itself as a runtime error in patterns like "(?<!abc)(def)". - Tkinter now supports Unicode strings and will set a Python exception when an error occurs handling a specific Unicode string. |