Message76241
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. |
|
| 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: <[email protected]> |
| 2008-11-22 11:14:08 | mark.dickinson | link | issue4388 messages |
| 2008-11-22 11:14:08 | mark.dickinson | create | |
|