Message82164
| Author | ocean-city |
|---|---|
| Recipients | miwa, ocean-city, pitrou |
| Date | 2009-02-15.18:26:40 |
| SpamBayes Score | 2.0091738e-07 |
| Marked as misclassified | No |
| Message-id | <1234722402.68.0.0732073187799.issue5273@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
>Should PyUnicode_CompareWithASCIIString() be replaced with something >else as well? I hope revised patch will fix this too. There seems to be no function to compare unicode object and file system encoded string, so I moved unicode creation before comparation. This might increase overhead a bit. Issue3080 is big issue, so this is minimal solution for this issue. I confirmed test_import.py passed. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-02-15 18:26:42 | ocean-city | set | recipients: + ocean-city, pitrou, miwa |
| 2009-02-15 18:26:42 | ocean-city | set | messageid: <1234722402.68.0.0732073187799.issue5273@psf.upfronthosting.co.za> |
| 2009-02-15 18:26:41 | ocean-city | link | issue5273 messages |
| 2009-02-15 18:26:40 | ocean-city | create | |