summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2013-08-23 15:47:26 (GMT)
committerBrett Cannon <brett@python.org>2013-08-23 15:47:26 (GMT)
commitf1e0273023d870e575add13dc05ab507ed05268f (patch)
treee40c17463cc9505402b7e0295861f6524cd94706 /Misc
parenta4975a911d17d8baa96570794fa6db19c0676a2a (diff)
downloadcpython-f1e0273023d870e575add13dc05ab507ed05268f.zip
cpython-f1e0273023d870e575add13dc05ab507ed05268f.tar.gz
cpython-f1e0273023d870e575add13dc05ab507ed05268f.tar.bz2
NEW entry for issue #18755
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 446694a..bfb2fd8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -66,6 +66,9 @@ Core and Builtins
Library
-------
+- Issue #18755: Fixed the loader used in imp to allow get_data() to be called
+ multiple times.
+
- Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6.
- Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj