]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Optimized the hell out of listmessages().
authorGuido van Rossum <guido@python.org>
Wed, 2 Apr 1997 01:18:30 +0000 (01:18 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 2 Apr 1997 01:18:30 +0000 (01:18 +0000)
commit659a3b58817960e28daa60e9e09c09aaab3a83c6
tree7f8064fcaac6b874bee14290f2a9a35a52e22eb0
parentc054d70aee8080dcbb81a0231fcd416811ffe830
Optimized the hell out of listmessages().
Changed numericprog regexpr to make it faster to check.
Removed now unnecessary checks for os.curdir, os.pardir.
Lib/mhlib.py