mirror of
https://github.com/python/cpython.git
synced 2025-09-28 03:13:48 +00:00
Typo
This commit is contained in:
parent
b061461596
commit
01a196a076
1 changed files with 1 additions and 1 deletions
|
@ -1227,7 +1227,7 @@ Core and Builtins
|
||||||
with a non-empty format string. This is an effort to future-proof user
|
with a non-empty format string. This is an effort to future-proof user
|
||||||
code. If a derived class does not currently implement __format__ but later
|
code. If a derived class does not currently implement __format__ but later
|
||||||
adds its own __format__, it would most likely break user code that had
|
adds its own __format__, it would most likely break user code that had
|
||||||
supplied a format string. This will be changed to a DeprecationWaring in
|
supplied a format string. This will be changed to a DeprecationWarning in
|
||||||
Python 3.3 and it will be an error in Python 3.4.
|
Python 3.3 and it will be an error in Python 3.4.
|
||||||
|
|
||||||
- Issue #8268: Old-style classes (not just instances) now support weak
|
- Issue #8268: Old-style classes (not just instances) now support weak
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue