]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* change default line numbers for 'list' in pdb.py
authorGuido van Rossum <guido@python.org>
Thu, 5 Nov 1992 10:43:02 +0000 (10:43 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 5 Nov 1992 10:43:02 +0000 (10:43 +0000)
commitc629d34c4f1797b690a6c93ea3e2a5b82698b686
tree812dcbc9fd664f9a5354e3301d7aa2375d85517a
parent1115ab2a7469746859655cfa7f717c794a8a22ab
* change default line numbers for 'list' in pdb.py
* changed eval() into getattr() in cmd.py
* added dirname(), basename() and (dummy) normath() to macpath.py
* renamed nntp.py to nntplib.py
* Made string.index() compatible with strop.index()
* Make string.atoi('') raise string.atoi_error rather than ValueError
* Added dirname() and normpath() to posixpath.
Lib/cmd.py
Lib/macpath.py
Lib/nntplib.py [new file with mode: 0644]
Lib/pdb.py
Lib/posixpath.py
Lib/string.py
Lib/stringold.py