Message94186
| Author | drukker |
|---|---|
| Recipients | drukker, loewis, pitrou |
| Date | 2009-10-17.19:29:26 |
| SpamBayes Score | 2.0360266e-08 |
| Marked as misclassified | No |
| Message-id | <1255807769.69.0.16683215949.issue7080@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I've added the tests. I found that on Windows, strxfrm has been unavailable in py3k since r61306, because of an omission in PC/pyconfig.h. (cf. patch) In determining whether I should first test for the existence of strcoll (or strxfrm) in the locale module, as was done in TestMiscellaneous, I found this is no longer needed in py3k since r61339. (cf. patch) (In python2 such checks are still necessary.) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-10-17 19:29:29 | drukker | set | recipients: + drukker, loewis, pitrou |
| 2009-10-17 19:29:29 | drukker | set | messageid: <1255807769.69.0.16683215949.issue7080@psf.upfronthosting.co.za> |
| 2009-10-17 19:29:27 | drukker | link | issue7080 messages |
| 2009-10-17 19:29:27 | drukker | create | |