mirror of
https://github.com/python/cpython.git
synced 2026-02-05 09:25:35 +00:00
Fix markup errors.
This commit is contained in:
parent
01fa86a0bd
commit
9ccc58113e
3 changed files with 3 additions and 3 deletions
|
|
@ -129,7 +129,7 @@ Notes:
|
|||
called to convert the argument to an integer before packing. If no
|
||||
:meth:`__index__` method exists, or the call to :meth:`__index__` raises
|
||||
:exc:`TypeError`, then the :meth:`__int__` method is tried. However, the use
|
||||
of `__int__` is deprecated, and will raise :exc:`DeprecationWarning`.
|
||||
of :meth:`__int__` is deprecated, and will raise :exc:`DeprecationWarning`.
|
||||
|
||||
.. versionchanged:: 2.7
|
||||
Use of the :meth:`__index__` method for non-integers is new in 2.7.
|
||||
|
|
|
|||
|
|
@ -321,7 +321,7 @@ Instances of the :class:`Popen` class have the following methods:
|
|||
.. note::
|
||||
|
||||
On Windows, SIGTERM is an alias for :meth:`terminate`. CTRL_C_EVENT and
|
||||
CTRL_BREAK_EVENT can be sent to processes started with a `creationflags`
|
||||
CTRL_BREAK_EVENT can be sent to processes started with a *creationflags*
|
||||
parameter which includes `CREATE_NEW_PROCESS_GROUP`.
|
||||
|
||||
.. versionadded:: 2.6
|
||||
|
|
|
|||
|
|
@ -894,7 +894,7 @@ changes, or look through the Subversion logs for all the details.
|
|||
giving the source address that will be used for the connection.
|
||||
(Contributed by Eldon Ziegler; :issue:`3972`.)
|
||||
|
||||
The :meth:`recv_into` and `recvfrom_into` methods will now write
|
||||
The :meth:`recv_into` and :meth:`recvfrom_into` methods will now write
|
||||
into objects that support the buffer API, most usefully
|
||||
the :class:`bytearray` and :class:`memoryview` objects. (Implemented by
|
||||
Antoine Pitrou; :issue:`8104`.)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue