mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Merged revisions 77803 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r77803 | ezio.melotti | 2010-01-28 00:44:03 +0200 (Thu, 28 Jan 2010) | 1 line updated/removed a few versionadded/versionchanged ........
This commit is contained in:
parent
ad433dca0c
commit
3e1096ddaa
3 changed files with 1 additions and 5 deletions
|
|
@ -76,7 +76,7 @@ The :mod:`bdb` module also defines two classes:
|
|||
frame is considered to originate in a certain module is determined
|
||||
by the ``__name__`` in the frame globals.
|
||||
|
||||
.. versionadded:: 2.7
|
||||
.. versionadded:: 3.1
|
||||
The *skip* argument.
|
||||
|
||||
The following methods of :class:`Bdb` normally don't need to be overridden.
|
||||
|
|
|
|||
|
|
@ -109,8 +109,6 @@ The mathematical and bitwise operations are the most numerous:
|
|||
|
||||
Return *a* converted to an integer. Equivalent to ``a.__index__()``.
|
||||
|
||||
.. versionadded:: 2.5
|
||||
|
||||
|
||||
.. function:: inv(obj)
|
||||
invert(obj)
|
||||
|
|
|
|||
|
|
@ -471,8 +471,6 @@ The available presentation types for floating point and decimal values are:
|
|||
Template strings
|
||||
----------------
|
||||
|
||||
.. versionadded:: 2.4
|
||||
|
||||
Templates provide simpler string substitutions as described in :pep:`292`.
|
||||
Instead of the normal ``%``\ -based substitutions, Templates support ``$``\
|
||||
-based substitutions, using the following rules:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue