This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jrut
Recipients
Date 2003-02-25.22:44:39
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
In Python 2.3a2 the site.py leaves non-existing
directories in sys.path.

On my Debian Linux system, using Python 2.3a2,
the sys.path, after site.py is executed during
interpreter initialization, includes the entry

   /usr/local/lib/python23.zip

although no such directory currently exists on
my system.

The module documentation contained in site.py does
state

  "Non-existing directories (or non-directories)
  are never added to sys.path"
History
Date User Action Args
2007-08-23 14:11:28adminlinkissue693255 messages
2007-08-23 14:11:28admincreate