]> 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:37:36 +0000 (00:37 -0800)
committerGregory P. Smith <greg@krypto.org>
Sun, 3 Feb 2013 08:37:36 +0000 (00:37 -0800)
commit7eca9624be1be9330448bea396a6d6b2236dfb39
tree7886918277d43201f1624f2c72c9183e3ade63c3
parent5c64df70b5b5cf8df2a651dc6630ab28e30499b8
parent09aa752067863ecf749010b315227f41e25571a5
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