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 sable
Recipients pitrou, sable, vstinner
Date 2011-02-14.14:25:17
SpamBayes Score 2.504835e-08
Marked as misclassified No
Message-id <1297693518.0.0.143037062233.issue11193@psf.upfronthosting.co.za>
In-reply-to
Content
I am not sure this is what you want:

> LC_ALL=C ./python
Python 3.2rc3 (py3k:88417M, Feb 14 2011, 10:37:42) 
[GCC 4.2.0] on aix6
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.getfilesystemencoding()
'iso8859-1'
>>> 

What information can I provide to help solve this bug?
History
Date User Action Args
2011-02-14 14:25:18sablesetrecipients: + sable, pitrou, vstinner
2011-02-14 14:25:18sablesetmessageid: <1297693518.0.0.143037062233.issue11193@psf.upfronthosting.co.za>
2011-02-14 14:25:17sablelinkissue11193 messages
2011-02-14 14:25:17sablecreate