]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
speed up unquote() by using atoi() instead of eval()
authorGuido van Rossum <guido@python.org>
Fri, 26 Jan 1996 17:41:44 +0000 (17:41 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 26 Jan 1996 17:41:44 +0000 (17:41 +0000)
commit8c8a02a2588b0219d88fb892635148f9467f6634
tree326503eefb97f43fd313226f6035aa2a83629eb2
parent44a4d59b566a13d2054444a550866c9c5187571d
speed up unquote() by using atoi() instead of eval()
Lib/urllib.py