From: Serhiy Storchaka Date: Sat, 4 Oct 2014 10:42:28 +0000 (+0300) Subject: Issue #22219: The zipfile module CLI now adds entries for directories X-Git-Tag: v3.5.0a1~768 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90c24c42b2dc912c5b6b2e34d1d4a03a9a7de915;p=python Issue #22219: The zipfile module CLI now adds entries for directories (including empty directories) in ZIP file. --- 90c24c42b2dc912c5b6b2e34d1d4a03a9a7de915 diff --cc Misc/NEWS index 65d6b2119e,671cc50270..b24e28dcd6 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -159,26 -60,6 +159,29 @@@ Core and Builtin Library ------- ++- Issue #22219: The zipfile module CLI now adds entries for directories ++ (including empty directories) in ZIP file. ++ +- Issue #22449: In the ssl.SSLContext.load_default_certs, consult the + enviromental variables SSL_CERT_DIR and SSL_CERT_FILE on Windows. + +- Issue #22508: The email.__version__ variable has been removed; the email + code is no longer shipped separately from the stdlib, and __version__ + hasn't been updated in several releases. + +- Issue #20076: Added non derived UTF-8 aliases to locale aliases table. + +- Issue #20079: Added locales supported in glibc 2.18 to locale alias table. + +- Issue #20218: Added convenience methods read_text/write_text and read_bytes/ + write_bytes to pathlib.Path objects. + +- Issue #22437: Number of capturing groups in regular expression is no longer + limited by 100. + +- Issue #17442: InteractiveInterpreter now displays the full chained traceback + in its showtraceback method, to match the built in interactive interpreter. + - Issue #10510: distutils register and upload methods now use HTML standards compliant CRLF line endings.