Commit 32e20ff8 authored by Jeremy Hylton's avatar Jeremy Hylton

typo

parent 95d53d2b
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment