summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2013-08-23 11:47:26 -0400
committerBrett Cannon <brett@python.org>2013-08-23 11:47:26 -0400
commit921824c2f9311561e22ad100b8de5460da72bc26 (patch)
tree5609957a3f4ea86b7ba3bbe195252cf9e7dc4a11
parent51acee4e213b0ae85144e5167533e088b9648334 (diff)
downloadcpython-921824c2f9311561e22ad100b8de5460da72bc26.tar.gz
NEW entry for issue #18755
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 446694a3cf..bfb2fd8d8f 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