Message 76667 - Python tracker
Message76667
| Author | rpetrov |
|---|---|
| Recipients | MrJean1, amaury.forgeotdarc, loewis, mark.dickinson, rpetrov |
| Date | 2008-11-30.21:42:54 |
| SpamBayes Score | 0.00033204636 |
| Marked as misclassified | No |
| Message-id | <1228081377.61.0.242690846989.issue4388@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
"C locale (alias POSIX, ANSI_X3.4-1968) define is 7-bit char-set. It is expected mbstowcs to return error is a byte sequence contain a byte > 128. After quick check into code (http://svn.python.org/view/python/branches/py3k/Lib/test/test_cmd_line.py?rev=67193&view=auto) I guess that failure is from command "assert(ord('\xe9') == 0xe9)" (test is run only on mac os platforms). For the "C" program run is ascii(C,..) locale is expected conversion of byte \xe9 to wchar_t to return error. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-11-30 21:43:00 | rpetrov | set | recipients: + rpetrov, loewis, amaury.forgeotdarc, mark.dickinson, MrJean1 |
| 2008-11-30 21:42:57 | rpetrov | set | messageid: <1228081377.61.0.242690846989.issue4388@psf.upfronthosting.co.za> |
| 2008-11-30 21:42:56 | rpetrov | link | issue4388 messages |
| 2008-11-30 21:42:55 | rpetrov | create | |