]> granicus.if.org Git - python/commit
Issue #5148: Ignore 'U' in mode given to gzip.open() and gzip.GzipFile().
authorNadeem Vawda <nadeem.vawda@gmail.com>
Sun, 21 Oct 2012 16:15:05 +0000 (18:15 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Sun, 21 Oct 2012 16:15:05 +0000 (18:15 +0200)
commitdd72b3f6b7a3ab497db6134411f1e37ae3f6a5ab
tree7b3e62042d0d6a7f446cc2fccc6bc25de06c4d5b
parentc30848344c69e19771321f6f89e9a8d141a91b34
Issue #5148: Ignore 'U' in mode given to gzip.open() and gzip.GzipFile().
Lib/gzip.py
Lib/test/test_gzip.py
Misc/NEWS