diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2014-02-28 14:43:36 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2014-02-28 14:43:36 (GMT) |
commit | 78f1e4c865a08e5dc0afe105954b763e3c7b65eb (patch) | |
tree | 8666eb6c2a3ef10be06db038d933b574969cba3f /Misc | |
parent | 78c330d714a76439e5c17d0a156d25d53d4c5a68 (diff) | |
parent | 815b41b1cdb98686fc3f9cdf995b6983c12c04b3 (diff) | |
download | cpython-78f1e4c865a08e5dc0afe105954b763e3c7b65eb.zip cpython-78f1e4c865a08e5dc0afe105954b763e3c7b65eb.tar.gz cpython-78f1e4c865a08e5dc0afe105954b763e3c7b65eb.tar.bz2 |
Merge with 3.3
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ What's New in Python 3.4.1? Core and Builtins ----------------- +- Issue #20731: Properly position in source code files even if they + are opened in text mode. Patch by Serhiy Storchaka. + - Issue #20637: Key-sharing now also works for instance dictionaries of subclasses. Patch by Peter Ingebretson. |