diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2014-02-28 14:47:15 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2014-02-28 14:47:15 (GMT) |
commit | 9c17ff91f347704fd0fc7439675d84370db8b75a (patch) | |
tree | d56b4357473d272a01203740af9fc3ad172c2bcf /Misc/NEWS | |
parent | f808df39debb2f5ba8bfe6dee767efd896c4c1bd (diff) | |
parent | 78f1e4c865a08e5dc0afe105954b763e3c7b65eb (diff) | |
download | cpython-9c17ff91f347704fd0fc7439675d84370db8b75a.zip cpython-9c17ff91f347704fd0fc7439675d84370db8b75a.tar.gz cpython-9c17ff91f347704fd0fc7439675d84370db8b75a.tar.bz2 |
Merge heads
Diffstat (limited to 'Misc/NEWS')
-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. |