]> granicus.if.org Git - python/commit
In open_ftp(), check that retrlen is not None before using it in a %d format!
authorGuido van Rossum <guido@python.org>
Tue, 16 Feb 1999 15:10:12 +0000 (15:10 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 16 Feb 1999 15:10:12 +0000 (15:10 +0000)
commited52a20c6eb451cd8827e3901f115709980edaae
treef4a8afe0da344d4cfea126d549296d6780a3a6fe
parentb8c3cbdd50badf2ecf5da9d62a91959162695fa1
In open_ftp(), check that retrlen is not None before using it in a %d format!
Lib/urllib.py