mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Fix leftover word.
This commit is contained in:
parent
fa16668c9b
commit
58f46b6565
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ Core and builtins
|
|||
|
||||
- Implementation of PEP 341 - Unification of try/except and try/finally.
|
||||
"except" clauses can now be written together with a "finally" clause in
|
||||
the one try statement instead of two nested ones.
|
||||
one try statement instead of two nested ones.
|
||||
|
||||
- Bug #1379994: Builtin unicode_escape and raw_unicode_escape codec
|
||||
now encodes backslash correctly.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue