Message 76241 - Python tracker
Message76241
| 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:09 | mark.dickinson | set | recipients: + mark.dickinson, MrJean1 |
| 2008-11-22 11:14:09 | mark.dickinson | set | messageid: <1227352449.55.0.746205111834.issue4388@psf.upfronthosting.co.za> |
| 2008-11-22 11:14:08 | mark.dickinson | link | issue4388 messages |
| 2008-11-22 11:14:08 | mark.dickinson | create | |