Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
9ccc5811
Commit
9ccc5811
authored
Apr 05, 2010
by
Ezio Melotti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix markup errors.
parent
01fa86a0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Doc/library/struct.rst
Doc/library/struct.rst
+1
-1
Doc/library/subprocess.rst
Doc/library/subprocess.rst
+1
-1
Doc/whatsnew/2.7.rst
Doc/whatsnew/2.7.rst
+1
-1
No files found.
Doc/library/struct.rst
View file @
9ccc5811
...
@@ -129,7 +129,7 @@ Notes:
...
@@ -129,7 +129,7 @@ Notes:
called to convert the argument to an integer before packing. If no
called to convert the argument to an integer before packing. If no
:meth:`__index__` method exists, or the call to :meth:`__index__` raises
:meth:`__index__` method exists, or the call to :meth:`__index__` raises
:exc:`TypeError`, then the :meth:`__int__` method is tried. However, the use
: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
.. versionchanged:: 2.7
Use of the :meth:`__index__` method for non-integers is new in 2.7.
Use of the :meth:`__index__` method for non-integers is new in 2.7.
...
...
Doc/library/subprocess.rst
View file @
9ccc5811
...
@@ -321,7 +321,7 @@ Instances of the :class:`Popen` class have the following methods:
...
@@ -321,7 +321,7 @@ Instances of the :class:`Popen` class have the following methods:
.. note::
.. note::
On Windows, SIGTERM is an alias for :meth:`terminate`. CTRL_C_EVENT and
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`.
parameter which includes `CREATE_NEW_PROCESS_GROUP`.
.. versionadded:: 2.6
.. versionadded:: 2.6
...
...
Doc/whatsnew/2.7.rst
View file @
9ccc5811
...
@@ -894,7 +894,7 @@ changes, or look through the Subversion logs for all the details.
...
@@ -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.
giving the source address that will be used for the connection.
(Contributed by Eldon Ziegler; :issue:`3972`.)
(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
into objects that support the buffer API, most usefully
the :class:`bytearray` and :class:`memoryview` objects. (Implemented by
the :class:`bytearray` and :class:`memoryview` objects. (Implemented by
Antoine Pitrou; :issue:`8104`.)
Antoine Pitrou; :issue:`8104`.)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment