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
83fc6dd4
Commit
83fc6dd4
authored
Jan 27, 2010
by
Ezio Melotti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated/removed a few versionadded/versionchanged
parent
a32f9a24
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
6 deletions
+2
-6
Doc/library/bdb.rst
Doc/library/bdb.rst
+1
-1
Doc/library/operator.rst
Doc/library/operator.rst
+0
-2
Doc/library/string.rst
Doc/library/string.rst
+0
-2
Doc/library/sys.rst
Doc/library/sys.rst
+1
-1
No files found.
Doc/library/bdb.rst
View file @
83fc6dd4
...
@@ -76,7 +76,7 @@ The :mod:`bdb` module also defines two classes:
...
@@ -76,7 +76,7 @@ The :mod:`bdb` module also defines two classes:
frame is considered to originate in a certain module is determined
frame is considered to originate in a certain module is determined
by the ``__name__`` in the frame globals.
by the ``__name__`` in the frame globals.
.. versionadded::
2.7
.. versionadded::
3.1
The *skip* argument.
The *skip* argument.
The following methods of :class:`Bdb` normally don't need to be overridden.
The following methods of :class:`Bdb` normally don't need to be overridden.
...
...
Doc/library/operator.rst
View file @
83fc6dd4
...
@@ -109,8 +109,6 @@ The mathematical and bitwise operations are the most numerous:
...
@@ -109,8 +109,6 @@ The mathematical and bitwise operations are the most numerous:
Return *a* converted to an integer. Equivalent to ``a.__index__()``.
Return *a* converted to an integer. Equivalent to ``a.__index__()``.
.. versionadded:: 2.5
.. function:: inv(obj)
.. function:: inv(obj)
invert(obj)
invert(obj)
...
...
Doc/library/string.rst
View file @
83fc6dd4
...
@@ -471,8 +471,6 @@ The available presentation types for floating point and decimal values are:
...
@@ -471,8 +471,6 @@ The available presentation types for floating point and decimal values are:
Template strings
Template strings
----------------
----------------
.. versionadded:: 2.4
Templates provide simpler string substitutions as described in :pep:`292`.
Templates provide simpler string substitutions as described in :pep:`292`.
Instead of the normal ``%``\ -based substitutions, Templates support ``$``\
Instead of the normal ``%``\ -based substitutions, Templates support ``$``\
-based substitutions, using the following rules:
-based substitutions, using the following rules:
...
...
Doc/library/sys.rst
View file @
83fc6dd4
...
@@ -439,7 +439,7 @@ always available.
...
@@ -439,7 +439,7 @@ always available.
Availability: Windows.
Availability: Windows.
.. versionchanged::
2.7
.. versionchanged::
3.2
Changed to a named tuple and added *service_pack_minor*,
Changed to a named tuple and added *service_pack_minor*,
*service_pack_major*, *suite_mask*, and *product_type*.
*service_pack_major*, *suite_mask*, and *product_type*.
...
...
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