diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-06-17 05:45:11 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-06-17 05:45:11 (GMT) |
commit | 5b0dac12b81f4af01506fb61184515147bee7a09 (patch) | |
tree | b51588b2df3ee9c6b0e2f4f3157019536732123d /Misc | |
parent | c40bc09942f9532ed957dc8cd4da269ec089e830 (diff) | |
download | cpython-5b0dac12b81f4af01506fb61184515147bee7a09.zip cpython-5b0dac12b81f4af01506fb61184515147bee7a09.tar.gz cpython-5b0dac12b81f4af01506fb61184515147bee7a09.tar.bz2 |
Issue #13783: PEP 380 cleanup part 2, using the new identifier APIs in the generator implementation
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ What's New in Python 3.3.0 Beta 1? Core and Builtins ----------------- +- Issue #13783: Generator objects now use the identifier APIs internally + - Issue #14874: Restore charmap decoding speed to pre-PEP 393 levels. Patch by Serhiy Storchaka. |