diff options
| author | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-02 20:05:11 (GMT) |
|---|---|---|
| committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-02 20:05:11 (GMT) |
| commit | 01a196a07696ff2f7b08afda37f9c0b0b4e642ce (patch) | |
| tree | 78489143dd148e51f395dc49f8d4ea1bbd42c486 | |
| parent | b06146159600b5d9daaf1caf49db43b627ff759f (diff) | |
| download | cpython-01a196a07696ff2f7b08afda37f9c0b0b4e642ce.zip cpython-01a196a07696ff2f7b08afda37f9c0b0b4e642ce.tar.gz cpython-01a196a07696ff2f7b08afda37f9c0b0b4e642ce.tar.bz2 | |
Typo
| -rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1227,7 +1227,7 @@ Core and Builtins 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 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. - Issue #8268: Old-style classes (not just instances) now support weak |
