]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Get rid of string functions, except maketrans() (which is *not*
authorGuido van Rossum <guido@python.org>
Fri, 15 Dec 2000 15:01:37 +0000 (15:01 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 15 Dec 2000 15:01:37 +0000 (15:01 +0000)
commitb2493f855a7319ce0748bfb965253cad9c9f5a2c
treefe413f7d07a0b226a8b788ca50c3b7323f37e8c3
parent4d192b37ecaee5948d92eee0519de391c0b7b446
Get rid of string functions, except maketrans() (which is *not*
obsolete!).

Fix a bug in ftpwrapper.retrfile() where somehow ftplib.error_perm was
assumed to be a string.  (The fix applies str().)

Also break some long lines and change the output from test() slightly.
Lib/urllib.py