From: Barry Warsaw Date: Fri, 6 Feb 2015 16:58:06 +0000 (-0500) Subject: Issue #23399: pyvenv creates relative symlinks where possible. X-Git-Tag: v3.5.0a1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1670613d48db94cbed0c447916c8bbcf064b5c61;p=thirdparty%2FPython%2Fcpython.git Issue #23399: pyvenv creates relative symlinks where possible. --- 1670613d48db94cbed0c447916c8bbcf064b5c61 diff --cc Misc/NEWS index 6e7cf75592cc,c13372ac8322..a70743e9513a --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -235,18 -59,8 +235,20 @@@ Core and Builtin Library ------- + - Issue #23399: pyvenv creates relative symlinks where possible. + +- Issue #20289: cgi.FieldStorage() now supports the context management + protocol. + +- Issue #13128: Print response headers for CONNECT requests when debuglevel + > 0. Patch by Demian Brecht. + +- Issue #15381: Optimized io.BytesIO to make less allocations and copyings. + +- Issue #22818: Splitting on a pattern that could match an empty string now + raises a warning. Patterns that can only match empty strings are now + rejected. + - Issue #23099: Closing io.BytesIO with exported buffer is rejected now to prevent corrupting exported buffer.