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 mark.dickinson
Recipients MrJean1, mark.dickinson
Date 2008-11-22.11:14:07
SpamBayes Score 1.5591106e-05
Marked as misclassified No
Message-id <1227352449.55.0.746205111834.issue4388@psf.upfronthosting.co.za>
In-reply-to
Content
This seems to have something to do with the current locale.
On OS X 10.4.11/PPC I have:

$ echo $LANG
C

and the test fails.  On OS X 10.5.5:

$ echo $LANG
en_GB.UTF-8

and test_cmd_line.py passes.  Moreover, after doing:

$ export LANG=C

test_cmd_line.py fails on OS X 10.5 too in the same way.
History
Date User Action Args
2008-11-22 11:14:09mark.dickinsonsetrecipients: + mark.dickinson, MrJean1
2008-11-22 11:14:09mark.dickinsonsetmessageid: <1227352449.55.0.746205111834.issue4388@psf.upfronthosting.co.za>
2008-11-22 11:14:08mark.dickinsonlinkissue4388 messages
2008-11-22 11:14:08mark.dickinsoncreate