]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove 2.6 versionchanges.
authorGeorg Brandl <georg@python.org>
Sun, 4 Jan 2009 00:28:52 +0000 (00:28 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 4 Jan 2009 00:28:52 +0000 (00:28 +0000)
Doc/c-api/object.rst
Doc/documenting/markup.rst
Doc/extending/windows.rst
Doc/library/http.cookies.rst
Doc/library/sqlite3.rst
Doc/library/stdtypes.rst
Doc/library/test.rst
Doc/library/warnings.rst

index bf2f484d76d7d50fba63fc7edb8b97a807c3636e..21051b980cdcdbc080e057b7d4b6915760614669 100644 (file)
@@ -262,8 +262,6 @@ is considered sufficient for this determination.
    allowing a type to explicitly indicate to the interpreter that it is not
    hashable.
 
-   .. versionadded:: 2.6
-
 
 .. cfunction:: int PyObject_IsTrue(PyObject *o)
 
index 80b43b9850329d375c2f20af2392155e2a3a76c5..05f9c4d8cb64376ab06c31d93cc99e21a9102154 100644 (file)
@@ -598,7 +598,7 @@ units as well as normal text:
 
    Example::
 
-      .. versionadded:: 2.5
+      .. versionadded:: 3.1
          The *spam* parameter.
 
    Note that there must be no blank line between the directive head and the
index aac1d2dc98ec77d21032d2cf8ceec9befab16e08..29e9e1ecf15d7434b4d6f90406e1ffdf1cb65220 100644 (file)
@@ -107,10 +107,6 @@ described here are distributed with the Python sources in the
    to avoid confusion with a system library :file:`spam.dll` to which your module
    could be a Python interface.
 
-   .. versionchanged:: 2.5
-      Previously, file names like :file:`spam.dll` (in release mode) or
-      :file:`spam_d.dll` (in debug mode) were also recognized.
-
    Now your options are:
 
 #. Copy :file:`example.sln` and :file:`example.vcproj`, rename them to
index 0b6607287b89903e06f8ba56ccecf29c6c7f8307..7470c6151d6797485e5c58485b8b3fbf96b76fdb 100644 (file)
@@ -131,9 +131,6 @@ Morsel Objects
 
    The keys are case-insensitive.
 
-   .. versionadded:: 2.6
-      The :attr:`httponly` attribute was added.
-
 
 .. attribute:: Morsel.value
 
index c7c553f9e409cc85c0e57e9a7690f7cf2eed372d..d849247410eb20cdfe65ab04f82249c7bba8e168 100644 (file)
@@ -562,16 +562,11 @@ Row Objects
    If two :class:`Row` objects have exactly the same columns and their
    members are equal, they compare equal.
 
-   .. versionchanged:: 2.6
-      Added iteration and equality (hashability).
-
    .. method:: keys
 
       This method returns a tuple of column names. Immediately after a query,
       it is the first member of each tuple in :attr:`Cursor.description`.
 
-      .. versionadded:: 2.6
-
 Let's assume we initialize a table as in the example given above::
 
     conn = sqlite3.connect(":memory:")
index b1734e981cd354a6b99c3204d5599916e27be288..bab6bc39ae62ec8ab5dc08f9dc9bab15d1a8c188 100644 (file)
@@ -431,8 +431,6 @@ The float type has some additional methods.
     :exc:`OverflowError` on infinities and a :exc:`ValueError` on
     NaNs.
 
-    .. versionadded:: 2.6
-
 Two methods support conversion to
 and from hexadecimal strings.  Since Python's floats are stored
 internally as binary numbers, converting a float to or from a
index 7bb1e016d2da88f3ac215b4a2ef9397db73129a7..464aa51cb2c67d2417c48947d02d1767a9e8d4df 100644 (file)
@@ -352,6 +352,3 @@ The :mod:`test.support` module defines the following classes:
 
    Class used to record warnings for unit tests. See documentation of
    :func:`check_warnings` above for more details.
-
-   .. versionadded:: 2.6
-
index f6b3db5c8b74cda645b56962027d7601a0e0d9bf..f6856ff7213ccd1c4f2ddfc2a0228eb1ff9ca7e1 100644 (file)
@@ -335,8 +335,3 @@ Available Context Managers
     module returned when you import :mod:`warnings` whose filter will be
     protected. This argument exists primarily for testing the :mod:`warnings`
     module itself.
-
-    .. versionchanged:: 3.0
-
-       Constructor arguments turned into keyword-only arguments.
-