mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Issue #25161: Merge full stops from 3.4 into 3.5
This commit is contained in:
commit
84835ab1cb
38 changed files with 42 additions and 40 deletions
|
@ -29,7 +29,7 @@ bound into a function.
|
|||
|
||||
.. c:function:: int PyCode_Check(PyObject *co)
|
||||
|
||||
Return true if *co* is a :class:`code` object
|
||||
Return true if *co* is a :class:`code` object.
|
||||
|
||||
.. c:function:: int PyCode_GetNumFree(PyCodeObject *co)
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ than explicitly calling :c:func:`PyGen_New` or :c:func:`PyGen_NewWithQualName`.
|
|||
|
||||
.. c:var:: PyTypeObject PyGen_Type
|
||||
|
||||
The type object corresponding to generator objects
|
||||
The type object corresponding to generator objects.
|
||||
|
||||
|
||||
.. c:function:: int PyGen_Check(PyObject *ob)
|
||||
|
|
|
@ -201,7 +201,7 @@ the same library that the Python runtime is using.
|
|||
.. c:function:: struct _node* PyParser_SimpleParseFile(FILE *fp, const char *filename, int start)
|
||||
|
||||
This is a simplified interface to :c:func:`PyParser_SimpleParseFileFlags` below,
|
||||
leaving *flags* set to ``0``
|
||||
leaving *flags* set to ``0``.
|
||||
|
||||
|
||||
.. c:function:: struct _node* PyParser_SimpleParseFileFlags(FILE *fp, const char *filename, int start, int flags)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue