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 glyph
Recipients belopolsky, glyph, nnorwitz
Date 2008-03-19.20:32:23
SpamBayes Score 0.0018193563
Marked as misclassified No
Message-id <1205958744.83.0.0251256813186.issue2375@psf.upfronthosting.co.za>
In-reply-to
Content
The idea is that PYTHON3PATH will be honored in preference to
PYTHONPATH, but PYTHONPATH will still be honored.  It's exposed only to
people who specifically need it.

However, I think it's misleading to call the Python 3 transition a
"transient" problem.  If we're lucky, it's going to be a decade of slow
progress.  If we're not, it will never end.  Try, for example, compiling
your system C library without "gets", and see what happens.  (And that's
been an issue for more than 10 years!)

The biggest way to shorten this problem is to provide tools and idioms
for developers to use when porting.  Specifically like this feature.

As far as "version specific file extensions" - I'd be very happy with
that but Guido has said several times that he doesn't like it.  Feel
free to discuss that with him, but this change is far less invasive. 
Users who don't need it will simply never know about it.
History
Date User Action Args
2008-03-19 20:32:25glyphsetspambayes_score: 0.00181936 -> 0.0018193563
recipients: + glyph, nnorwitz, belopolsky
2008-03-19 20:32:24glyphsetspambayes_score: 0.00181936 -> 0.00181936
messageid: <1205958744.83.0.0251256813186.issue2375@psf.upfronthosting.co.za>
2008-03-19 20:32:24glyphlinkissue2375 messages
2008-03-19 20:32:23glyphcreate