mirror of
https://github.com/python/cpython.git
synced 2025-09-30 20:31:52 +00:00
typo
This commit is contained in:
parent
95d53d2bf5
commit
32e20ff838
1 changed files with 1 additions and 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue