From: Serhiy Storchaka Date: Tue, 12 Aug 2014 09:56:25 +0000 (+0300) Subject: Issue #17923: glob() patterns ending with a slash no longer match non-dirs on X-Git-Tag: v3.5.0a1~1083 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a140fb58ba7713dea01b9c3b72f63f41016541a;p=python Issue #17923: glob() patterns ending with a slash no longer match non-dirs on AIX. Based on patch by Delhallt. --- 2a140fb58ba7713dea01b9c3b72f63f41016541a diff --cc Misc/NEWS index 2892678d69,45bbe6be09..4fe135c9c1 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -115,14 -27,9 +115,17 @@@ Core and Builtin Library ------- + - Issue #17923: glob() patterns ending with a slash no longer match non-dirs on + AIX. Based on patch by Delhallt. + +- Issue #21725: Added support for RFC 6531 (SMTPUTF8) in smtpd. + +- Issue #22176: Update the ctypes module's libffi to v3.1. This release + adds support for the Linux AArch64 and POWERPC ELF ABIv2 little endian + architectures. + +- Issue #5411: Added support for the "xztar" format in the shutil module. + - Issue #21121: Don't force 3rd party C extensions to be built with -Werror=declaration-after-statement.