diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-03-08 12:37:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-08 12:37:51 (GMT) |
commit | 8606e9524a7a4065042f7f228dc57eb74f88e4d3 (patch) | |
tree | 84f0e487deb92a304f8a584e59217d3b25351f98 /Misc | |
parent | c351ce6a2c923c5016e48ecbf7b1e4833031d154 (diff) | |
download | cpython-8606e9524a7a4065042f7f228dc57eb74f88e4d3.zip cpython-8606e9524a7a4065042f7f228dc57eb74f88e4d3.tar.gz cpython-8606e9524a7a4065042f7f228dc57eb74f88e4d3.tar.bz2 |
bpo-28231: The zipfile module now accepts path-like objects for external paths. (#511)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -270,6 +270,9 @@ Extension Modules Library ------- +- bpo-28231: The zipfile module now accepts path-like objects for external + paths. + - bpo-26915: index() and count() methods of collections.abc.Sequence now check identity before checking equality when do comparisons. |