From: Brett Cannon Date: Sun, 28 Apr 2013 15:58:31 +0000 (-0400) Subject: merge for issue #17358 X-Git-Tag: v3.4.0a1~836 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e1d30f24ee2594ead4d4b28a65d706bd8e03ca2d;p=thirdparty%2FPython%2Fcpython.git merge for issue #17358 --- e1d30f24ee2594ead4d4b28a65d706bd8e03ca2d diff --cc Misc/NEWS index 828e8e5254d5,6e6ee2ce78dc..d67cf6e9dc3a --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -52,15 -39,9 +52,18 @@@ Core and Builtin Library ------- + - Issue #17358: Modules loaded by imp.load_source() and load_compiled() (and by + extention load_module()) now have a better chance of working when reloaded. + +- Issue #17804: New function ``struct.iter_unpack`` allows for streaming + struct unpacking. + +- Issue #17830: When keyword.py is used to update a keyword file, it now + preserves the line endings of the original file. + +- Issue #17272: Making the urllib.request's Request.full_url a descriptor. + Fixes bugs with assignment to full_url. Patch by Demian Brecht. + - Issue #17353: Plistlib emitted empty data tags with deeply nested datastructures - Issue #11714: Use 'with' statements to assure a Semaphore releases a