]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport 1.68:
authorGuido van Rossum <guido@python.org>
Mon, 7 Oct 2002 17:09:25 +0000 (17:09 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 7 Oct 2002 17:09:25 +0000 (17:09 +0000)
commit13af3645cff47a555a7a3102161f85c6ae74b623
tree153ad9bedf7f081a76b58fad184b9e3cb6eda5ef
parent2972bdebcdd0079948fa0ee07a17e32a59f0d237
Backport 1.68:

Extend stripid() to handle strings ending in more than one '>'.
Add resolve() to handle looking up objects and names (fix SF bug 586931).
Add a nicer error message when given a filename that doesn't exist.
Lib/pydoc.py