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 grahamd
Recipients amaury.forgeotdarc, grahamd
Date 2009-07-17.11:32:25
SpamBayes Score 1.0597377e-06
Marked as misclassified No
Message-id <1247830347.91.0.0200592083257.issue6501@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, Apache remaps stdout and stderr to the Apache error log to still 
capture anything that errant modules don't log via the Apache error log 
functions. In mod_wsgi it replaces sys.stdout and sys.stderr with special 
file like objects that redirect via Apache error logging functions. This 
though obviously happens after Python first initialises sys.stdout and 
sys.stderr.

What would be an appropriate value to set PYTHONIOENCODING to on Windows 
as a workaround?
History
Date User Action Args
2009-07-17 11:32:28grahamdsetrecipients: + grahamd, amaury.forgeotdarc
2009-07-17 11:32:27grahamdsetmessageid: <1247830347.91.0.0200592083257.issue6501@psf.upfronthosting.co.za>
2009-07-17 11:32:26grahamdlinkissue6501 messages
2009-07-17 11:32:25grahamdcreate