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 2002年03月28日 22:49 by gvanrossum, last changed 2022年04月10日 16:05 by admin. This issue is now closed.
Messages (2) | |||
---|---|---|---|
msg10085 - (view) | Author: Guido van Rossum (gvanrossum) * (Python committer) | Date: 2002年03月28日 22:49 | |
The extending/embedding manual seems to contain confusing docs for the PyArg_Parse* format codes "es" and "es#". For example, the description for "es" states that it reads one variable (the encoding) and writes two variables; but in fact, it appears that it writes only one variable (the buffer). The number of variables written is consistently one too large. |
|||
msg10086 - (view) | Author: Fred Drake (fdrake) (Python committer) | Date: 2002年04月05日 23:03 | |
Logged In: YES user_id=3066 Fixed; also moved this documentation from Doc/ext/extending.tex (rev 1.17) to Doc/api/utilities.tex (rev 1.4). |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022年04月10日 16:05:10 | admin | set | github: 36351 |
2002年03月28日 22:49:01 | gvanrossum | create |