]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* profile.py, pdb.py: added help() function
authorGuido van Rossum <guido@python.org>
Fri, 22 Oct 1993 13:56:35 +0000 (13:56 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 22 Oct 1993 13:56:35 +0000 (13:56 +0000)
commite61fa0a1e4c6598f286f54772c7e065c49dc17ba
treef21820dcbed2fd21bc6089eadac6b55ff8817ae9
parent3bb8a05947fb67ed827dd1e8d7c0a982a1ff989e
* profile.py, pdb.py: added help() function
* builtin.py: b/w compat for builtin -> __builtin__ name change
* string.py: added atof() and atol() and corresponding exceptions
* test_types.py: added test for list sort with  user comparison function
Lib/pdb.py
Lib/profile.py
Lib/string.py
Lib/stringold.py
Lib/test/test_types.py