]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #3080: On DJGPP, case_bytes() returns -1 to signal an error if the file
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 22 Mar 2011 00:22:27 +0000 (01:22 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 22 Mar 2011 00:22:27 +0000 (01:22 +0100)
commit9c61e24be47d27941ebd5c639fa3fce47e26f00b
tree0ed8e28b92d0e6da6aa5fac8b1f8457424a5278a
parent0a5f65ab0af44aed16da89abb2543e8242f927ea
Issue #3080: On DJGPP, case_bytes() returns -1 to signal an error if the file
cannot be found.
Python/import.c