]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Refactor recently added bugfix into more testable code by using a
authorGregory P. Smith <greg@krypto.org>
Sun, 3 Feb 2013 08:36:32 +0000 (00:36 -0800)
committerGregory P. Smith <greg@krypto.org>
Sun, 3 Feb 2013 08:36:32 +0000 (00:36 -0800)
commit09aa752067863ecf749010b315227f41e25571a5
tree90f5dd649fbaa8429abc3bd4bb9303b05d7bcc84
parent6d29628d6bb083f63b94efeba6103522681bc872
Refactor recently added bugfix into more testable code by using a
method for windows file name sanitization.  Splits the unittest up
into several based on platform.
Lib/test/test_zipfile.py
Lib/zipfile.py