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 barry
Recipients barry, brett.cannon, eric.smith, eric.snow, jaraco
Date 2012-11-20.16:57:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353430655.91.0.996965818728.issue16514@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, btw, I intend to add documentation that makes explicit:

* sys.path entries must be strings or bytes, everything else is ignored
* path importers should expect strings or bytes
* the encoding of bytes is left to the individual path hooks to define, however it it can't decode the bytes it should ignore the path entry or raise an ImportError (effectively ignoring it anyway).
History
Date User Action Args
2012-11-20 16:57:35barrysetrecipients: + barry, brett.cannon, jaraco, eric.smith, eric.snow
2012-11-20 16:57:35barrysetmessageid: <1353430655.91.0.996965818728.issue16514@psf.upfronthosting.co.za>
2012-11-20 16:57:35barrylinkissue16514 messages
2012-11-20 16:57:35barrycreate