commit | aed6c66aa8c9d1d2af9e60323e688452dfd6b6c7 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Jan 07 17:25:53 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Mon Jan 07 17:25:53 2008 +0000 |
tree | 6abfefda54d125aa2c86b8be5cc6f4e6576308e0 | |
parent | 2da0fceba7dd70334aacbab0708a8cbdff92e31d [diff] [blame] |
patch #1668: clarify envvar docs; rename THREADDEBUG to PYTHONTHREADDEBUG.
diff --git a/Python/import.c b/Python/import.c index 8094f7d..d9550f5 100644 --- a/Python/import.c +++ b/Python/import.c
@@ -1630,7 +1630,7 @@ FILEFINDBUF3 ffbuf; APIRET rc; - if (getenv("PYTHONCASEOK") != NULL) + if (Py_GETENV("PYTHONCASEOK") != NULL) return 1; rc = DosFindFirst(buf,