]> granicus.if.org Git - python/commit
Issue #3080: Fix case_ok() using case_bytes()
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 20 Mar 2011 03:28:55 +0000 (04:28 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 20 Mar 2011 03:28:55 +0000 (04:28 +0100)
commit1304f2d8a348741c32bbf6970a3381df0fa7fdd1
tree504d797f12f313159b97a52db5b1c339213dcdce
parent22a8cbe8af8a50aa9c60e50af0ea2e0fe934be06
Issue #3080: Fix case_ok() using case_bytes()

Invert name and namelen arguments.
Python/import.c