diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2009-01-24 14:00:33 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2009-01-24 14:00:33 (GMT) |
commit | 0dfcfc8b59610422def8ec49d2319ec51380e9fa (patch) | |
tree | fa998019852e76033d710bf901fc5586b5fcaa4c /Misc/NEWS | |
parent | 89e759d462ac9bb3463f5ff7a3f8e123af380edb (diff) | |
download | cpython-0dfcfc8b59610422def8ec49d2319ec51380e9fa.zip cpython-0dfcfc8b59610422def8ec49d2319ec51380e9fa.tar.gz cpython-0dfcfc8b59610422def8ec49d2319ec51380e9fa.tar.bz2 |
Issue #4710: Extract directories properly in the zipfile module;
allow adding directories to a zipfile.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -145,6 +145,9 @@ Core and Builtins Library ------- +- Issue #4710: Extract directories properly in the zipfile module; + allow adding directories to a zipfile. + - Issue #3807: _multiprocessing build fails when configure is passed --without-threads argument. When this occurs, _multiprocessing will be disabled, and not compiled. |