]> granicus.if.org Git - python/commitdiff
Issue #17923: glob() patterns ending with a slash no longer match non-dirs on
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 12 Aug 2014 09:56:25 +0000 (12:56 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 12 Aug 2014 09:56:25 +0000 (12:56 +0300)
AIX.  Based on patch by Delhallt.

1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 2892678d6951ce4714ae187cb5034193e96f1896,45bbe6be09e4f6818a991770a9fb6d0837140a34..4fe135c9c1dd3a86f89b44d2635792ab817ed362
+++ 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.