From: Richard Oudkerk Date: Tue, 9 Oct 2012 12:54:02 +0000 (+0100) Subject: Issue #16169: Merge X-Git-Tag: v3.4.0a1~2293 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=934f56335312da12cb21d66a16c6cf6e664c4a03;p=python Issue #16169: Merge --- 934f56335312da12cb21d66a16c6cf6e664c4a03 diff --cc Misc/NEWS index a5b57b85d1,de9c37c6d3..370802fd0b --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -42,17 -36,9 +42,19 @@@ Core and Builtin Library ------- + - Issue #16169: Fix ctypes.WinError()'s confusion between errno and winerror. + +- Issue #1492704: shutil.copyfile() raises a distinct SameFileError now if + source and destination are the same file. Patch by Atsuo Ishimoto. + +- Issue #13896: Make shelf instances work with 'with' as context managers. + Original patch by Filip Gruszczyński. + +- Issue #15417: Add support for csh and fish in venv activation scripts. + +- Issue #16123: IDLE - deprecate running without a subprocess. + Patch by Roger Serwy. + - Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element element_factory (fixes a regression in SimpleTAL).