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.
Created on 2011年01月05日 01:55 by vstinner, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| pyunicode_fromformatv_zi.patch | vstinner, 2011年01月05日 01:55 | |||
| Messages (2) | |||
|---|---|---|---|
| msg125396 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2011年01月05日 01:55 | |
PyUnicode_FromFormatV() supports %d, %ld, %lld, %zd, %u, %lu, %llu, %zu, %i. But it doesn't support %li, %lli, %zi. Attached patch implements the 3 missing formats, and add unit tests for all these formats. |
|||
| msg129837 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2011年03月02日 00:13 | |
Done in Python 3.3 (r88704+r88705). It was easier after fixing #10829. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:10 | admin | set | github: 55040 |
| 2011年03月02日 00:13:36 | vstinner | set | status: open -> closed messages: + msg129837 resolution: fixed |
| 2011年01月05日 01:55:26 | vstinner | set | nosy:
+ amaury.forgeotdarc |
| 2011年01月05日 01:55:16 | vstinner | create | |