]> granicus.if.org Git - python/commit
Fix bad new bug in ftp code -- the test for existing file using NLST
authorGuido van Rossum <guido@python.org>
Mon, 19 Jan 1998 22:26:54 +0000 (22:26 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 19 Jan 1998 22:26:54 +0000 (22:26 +0000)
commite7579624ef2997783f5f5354b3fcf8b0ceccabd2
tree565509d16b1b318b4db34a5069b7c7c21ab8466f
parentca99c2ce75ec3b64fa483e800c6739a7851b468d
Fix bad new bug in ftp code -- the test for existing file using NLST
would set the transfer to text mode instead of the specified mode.
Lib/urllib.py