summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2014-02-28 14:47:15 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2014-02-28 14:47:15 (GMT)
commit9c17ff91f347704fd0fc7439675d84370db8b75a (patch)
treed56b4357473d272a01203740af9fc3ad172c2bcf /Misc/NEWS
parentf808df39debb2f5ba8bfe6dee767efd896c4c1bd (diff)
parent78f1e4c865a08e5dc0afe105954b763e3c7b65eb (diff)
downloadcpython-9c17ff91f347704fd0fc7439675d84370db8b75a.zip
cpython-9c17ff91f347704fd0fc7439675d84370db8b75a.tar.gz
cpython-9c17ff91f347704fd0fc7439675d84370db8b75a.tar.bz2
Merge heads
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3604a30..c63054a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.