]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Delete goodname() method, which is unused.
authorGuido van Rossum <guido@python.org>
Sat, 12 May 2001 12:11:36 +0000 (12:11 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 12 May 2001 12:11:36 +0000 (12:11 +0000)
commit8451ebb435e3b959a036187e6aa8b18a84b42a2b
treea30d86865396a2e1fc181422b31cc68818d38618
parentd85e102337725554a43027fe90e54dd886f4ec9a
Delete goodname() method, which is unused.

Add gotofileline(), a convenience method which I intend to use in a
variant.

Rename test() to _test().
Tools/idle/FileList.py