Issue 7468: PyErr_Format documentation doesn't mention all format codes (original) (raw)

Issue7468

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 -> closednosy: + serhiy.storchakamessages: + resolution: out of datestage: resolved
2010-08-04 21:28:30 BreamoreBoy set assignee: georg.brandl -> docs@pythonnosy: + docs@python
2009-12-10 11:22:49 ronaldoussoren create