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
33369cf9
Commit
33369cf9
authored
Jun 24, 2012
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a bunch of "versionchanged" related markup errors.
parent
26af3b22
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
Doc/library/mailbox.rst
Doc/library/mailbox.rst
+2
-1
Doc/library/urllib.request.rst
Doc/library/urllib.request.rst
+3
-4
Doc/reference/simple_stmts.rst
Doc/reference/simple_stmts.rst
+0
-1
No files found.
Doc/library/mailbox.rst
View file @
33369cf9
...
...
@@ -89,7 +89,8 @@ Maildir, mbox, MH, Babyl, and MMDF.
format-specific information is used. Otherwise, reasonable defaults for
format-specific information are used.
.. versionchanged:: 3.2 support for binary input
.. versionchanged:: 3.2
Support for binary input was added.
.. method:: remove(key)
...
...
Doc/library/urllib.request.rst
View file @
33369cf9
...
...
@@ -902,10 +902,9 @@ FileHandler Objects
Open the file locally, if there is no host name, or the host name is
``'localhost'``.
This method is applicable only for local hostnames. When a remote hostname
is given, an :exc:`URLError` is raised.
.. versionchanged:: 3.2
.. versionchanged:: 3.2
This method is applicable only for local hostnames. When a remote
hostname is given, an :exc:`URLError` is raised.
.. _ftp-handler-objects:
...
...
Doc/reference/simple_stmts.rst
View file @
33369cf9
...
...
@@ -393,7 +393,6 @@ assignment of an empty slice of the right type (but even this is determined by
the
sliced
object
).
..
versionchanged
::
3.2
Previously
it
was
illegal
to
delete
a
name
from
the
local
namespace
if
it
occurs
as
a
free
variable
in
a
nested
block
.
...
...
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