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 vstinner
Recipients a.badger, loewis, vstinner
Date 2008-11-24.10:05:42
SpamBayes Score 1.5596498e-06
Marked as misclassified No
Message-id <1227521144.28.0.543032545584.issue4006@psf.upfronthosting.co.za>
In-reply-to
Content
@a.badger: The behaviour (drop non encodable strings) is not really a 
problem if you configure correctly your program and computer. Eg. you 
spoke about CGI-WSGI: if your website also speak UTF-8, you will be 
able to read all environment variables. So this issue is not 
important, it only appears when your website/OS is not well 
configured. I mean the problem is not in Python but outside Python. 
The PATH variable contains directory names, if you have only names 
encodable in your filesystem encoding (UTF-8 most of the time), you 
will be able to use the PATH variable. If a directory has an non 
decodable name, rename the directory but don't try to fix Python!
History
Date User Action Args
2008-11-24 10:05:44vstinnersetrecipients: + vstinner, loewis, a.badger
2008-11-24 10:05:44vstinnersetmessageid: <1227521144.28.0.543032545584.issue4006@psf.upfronthosting.co.za>
2008-11-24 10:05:43vstinnerlinkissue4006 messages
2008-11-24 10:05:42vstinnercreate