summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2014-02-28 14:43:36 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2014-02-28 14:43:36 (GMT)
commit78f1e4c865a08e5dc0afe105954b763e3c7b65eb (patch)
tree8666eb6c2a3ef10be06db038d933b574969cba3f /Misc
parent78c330d714a76439e5c17d0a156d25d53d4c5a68 (diff)
parent815b41b1cdb98686fc3f9cdf995b6983c12c04b3 (diff)
downloadcpython-78f1e4c865a08e5dc0afe105954b763e3c7b65eb.zip
cpython-78f1e4c865a08e5dc0afe105954b763e3c7b65eb.tar.gz
cpython-78f1e4c865a08e5dc0afe105954b763e3c7b65eb.tar.bz2
Merge with 3.3
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 77b969c..80c8913 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.