]> granicus.if.org Git - python/commit
Actually remove directories from sys.path if they do not exist; the intent
authorFred Drake <fdrake@acm.org>
Thu, 12 Jul 2001 21:08:33 +0000 (21:08 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 12 Jul 2001 21:08:33 +0000 (21:08 +0000)
commitfd4ff52c2200078a6f55d85901c46fee83b1d420
treec56f042b5f540b51d5ca5430147838d3194d6005
parent9b23920b0f2446113f307ce31afd06c6988017cc
Actually remove directories from sys.path if they do not exist; the intent
is to avoid as many stat() calls as we can.
Lib/site.py