]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #443899: Check modes on files before performing operations.
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 11 Mar 2002 06:46:52 +0000 (06:46 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 11 Mar 2002 06:46:52 +0000 (06:46 +0000)
commitdb044899539e3ae047dcab87229013b8abb11a1f
tree0aeb959da9045bc18d67cbb9194ca6426197611e
parentc7f45412609e69be909591c3397a684571655e04
Patch #443899: Check modes on files before performing operations.
Use IOErrors where file objects use them.
Lib/gzip.py