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 | hyeshik.chang |
|---|---|
| Recipients | |
| Date | 2001年12月10日.03:38:06 |
| SpamBayes Score | |
| Marked as misclassified | |
| Message-id | |
| In-reply-to |
| Content | |
|---|---|
Logged In: YES
user_id=55188
Oops, one mistake. sorry.
stringobject.c:646
else if (_ISPRINT(c)) {
->
else if (cr > 0 && _ISPRINT(c)) {
(to detect whether mbtowc failed to convert) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2007年08月23日 15:08:56 | admin | link | issue479898 messages |
| 2007年08月23日 15:08:56 | admin | create | |