From: Antoine Pitrou Date: Mon, 7 Jul 2014 01:38:35 +0000 (-0400) Subject: Merge pathlib fixes X-Git-Tag: v3.5.0a1~1337 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=006c725426e1cbc01906c74488783dcb2df1a5c0;p=python Merge pathlib fixes --- 006c725426e1cbc01906c74488783dcb2df1a5c0 diff --cc Misc/NEWS index edd46d86cb,37d16eb5cf..ca703fb0be --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -108,8 -27,14 +108,14 @@@ Core and Builtin Library ------- + - Issue #20639: calling Path.with_suffix('') allows removing the suffix + again. Patch by July Tikhonov. + + - Issue #21714: Disallow the construction of invalid paths using + Path.with_name(). Original patch by Antony Lee. + -- Issue #21897: Fix a crash with the f_locals attribute with closure - variables when frame.clear() has been called. +- Issue #15014: Added 'auth' method to smtplib to make implementing auth + mechanisms simpler, and used it internally in the login method. - Issue #21151: Fixed a segfault in the winreg module when ``None`` is passed as a ``REG_BINARY`` value to SetValueEx. Patch by John Ehresman.