From: Berker Peksag Date: Sat, 1 Nov 2014 09:05:36 +0000 (+0200) Subject: Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__. X-Git-Tag: v3.5.0a1~548 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=89122706296148dad0994b6c9b317af77e0ada58;p=thirdparty%2FPython%2Fcpython.git Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__. --- 89122706296148dad0994b6c9b317af77e0ada58 diff --cc Misc/NEWS index 95363fb8313f,9f9155dcf1cf..be34a2e99f11 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -180,9 -33,9 +180,12 @@@ Core and Builtin Library ------- + - Issue #22665: Add missing get_terminal_size and SameFileError to + shutil.__all__. + +- Issue #6623: Remove deprecated Netrc class in the ftplib module. Patch by + Matt Chaput. + - Issue #17381: Fixed handling of case-insensitive ranges in regular expressions.