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 2009年12月10日 11:22 by ronaldoussoren, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg96198 - (view) | Author: Ronald Oussoren (ronaldoussoren) * (Python committer) | Date: 2009年12月10日 11:22 | |
I haven't checked the 3.1, 2.7 and 2.6 documentation, but at least for 3.2 the documentation of PyErr_Format lists a very small number of supported format characters compared to PyUnicode_FromFormat even though PyErr_Format calls PyUnicode_FromFormatV to do the actual formatting. |
|||
| msg180042 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2013年01月15日 19:21 | |
Fixed in r86838. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:55 | admin | set | github: 51717 |
| 2013年01月15日 19:21:00 | serhiy.storchaka | set | status: open -> closed nosy: + serhiy.storchaka messages: + msg180042 resolution: out of date stage: resolved |
| 2010年08月04日 21:28:30 | BreamoreBoy | set | assignee: georg.brandl -> docs@python nosy: + docs@python |
| 2009年12月10日 11:22:49 | ronaldoussoren | create | |