]> granicus.if.org Git - python/commit
add filtering of individual files to PyZipFile
authorChristian Tismer <tismer@stackless.com>
Tue, 22 Oct 2013 02:09:28 +0000 (04:09 +0200)
committerChristian Tismer <tismer@stackless.com>
Tue, 22 Oct 2013 02:09:28 +0000 (04:09 +0200)
commit410d931a177af3253b7a360dc3d04f1ba57c294c
tree51a27517beff501d45e369442d3e2f166b85d2c0
parent8ed30c15e8491ba70ee1cc89acec569c72b2ce26
add filtering of individual files to PyZipFile

changed output of debug messages to say "path" or "file"
extended test for filtering  certain files in a package
added test for filtering files in a python dir (no package)
Lib/test/test_zipfile.py
Lib/zipfile.py