]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Robin Becker: The following patch seems to fix a module case bug in
authorGuido van Rossum <guido@python.org>
Mon, 1 May 2000 17:36:58 +0000 (17:36 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 1 May 2000 17:36:58 +0000 (17:36 +0000)
commit22b65a8edcb86fc878dd925aaf9e68f099fbb4cb
treee520d89592ebee743751698d6b2fb7bce56a1c86
parent93a8eacde559ef3fd910f80f59208054ff99dab9
Robin Becker: The following patch seems to fix a module case bug in
1.6a2 caused by wrong return values in routine allcaps83.  [GvR: I
also changed the case for end-s>8 to return 0.]
Python/import.c