mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
- document bytes()
- throw out many mentions of "old-style/new-style" - add memoryview() though I somebody has to fill in the details - throw out str.decode() - throw out classobj and instanceobj
This commit is contained in:
parent
3540ef16c1
commit
85eb8c103c
10 changed files with 179 additions and 318 deletions
|
|
@ -750,6 +750,7 @@ return true, otherwise they return false and raise an appropriate exception.
|
|||
va_list rather than a variable number of arguments.
|
||||
|
||||
|
||||
.. XXX deprecated, will be removed
|
||||
.. cfunction:: int PyArg_Parse(PyObject *args, const char *format, ...)
|
||||
|
||||
Function used to deconstruct the argument lists of "old-style" functions ---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue