]> granicus.if.org Git - python/commit
Made the default mode 'rb' instead of 'r', for better cross-platform
authorFred Drake <fdrake@acm.org>
Mon, 5 Apr 1999 18:33:40 +0000 (18:33 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 5 Apr 1999 18:33:40 +0000 (18:33 +0000)
commit9bb76d1b73d4498d87fbe75f23da466c1cb80e98
tree907919351b58dc0c2c56a8b129d473c8f31ea152
parent06ca948029492e277896e06fba3d9255ed2430c3
Made the default mode 'rb' instead of 'r', for better cross-platform
support.  (Based on comment on the documentation by Bernhard Reiter
<bernhard@csd.uwm.edu>).
Lib/gzip.py