diff options
author | Eric V. Smith <eric@trueblade.com> | 2012-12-23 11:15:19 -0500 |
---|---|---|
committer | Eric V. Smith <eric@trueblade.com> | 2012-12-23 11:15:19 -0500 |
commit | 1a791322b3d4826aa98ef2ae81cd7a5c2136c110 (patch) | |
tree | e9f27d76bac8802c048444456fa708f3ad981219 | |
parent | 823359610f6066fbffaf1907154926008d720c58 (diff) | |
download | cpython-git-1a791322b3d4826aa98ef2ae81cd7a5c2136c110.tar.gz |
Fix a typo.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ What's New in Python 3.4.0 Alpha 1? Core and Builtins ----------------- -- Issue #9856: Replace deprecation warinigs with raising TypeError +- Issue #9856: Replace deprecation warning with raising TypeError in object.__format__. Patch by Florent Xicluna. - Issue #16597: In buffered and text IO, call close() on the underlying stream |