[Python-checkins] cpython (3.3): NEW entry for issue #18755

brett.cannon python-checkins at python.org
Fri Aug 23 17:52:55 CEST 2013


http://hg.python.org/cpython/rev/b107f7a8730d
changeset:   85338:b107f7a8730d
branch:      3.3
user:        Brett Cannon <brett at python.org>
date:        Fri Aug 23 11:47:26 2013 -0400
summary:
  NEW entry for issue #18755

files:
  Misc/NEWS |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -66,6 +66,9 @@
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list