]> granicus.if.org Git - python/commit
Raymond's good suggestion to re-order the tests in the convert() helper so the
authorBarry Warsaw <barry@python.org>
Mon, 13 Sep 2004 20:52:50 +0000 (20:52 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 13 Sep 2004 20:52:50 +0000 (20:52 +0000)
commitb5c6b5bfe8207a4706b4d37352117ba7f4064a98
tree90d3dff0f23a762a9a7c90cfff0f623bc1d40b16
parent8ea5bdf7849ca9249396d034a76c99b2f7f51b0a
Raymond's good suggestion to re-order the tests in the convert() helper so the
most common paths are tested first.  Also, that 'invalid' is better than
'bogus'.
Lib/string.py