From: Brett Cannon Date: Fri, 23 Aug 2013 15:47:26 +0000 (-0400) Subject: NEW entry for issue #18755 X-Git-Tag: v3.4.0a2~143^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f1e0273023d870e575add13dc05ab507ed05268f;p=thirdparty%2FPython%2Fcpython.git NEW entry for issue #18755 --- diff --git a/Misc/NEWS b/Misc/NEWS index 446694a3cfab..bfb2fd8d8f02 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