mirror of
https://github.com/python/cpython.git
synced 2025-11-17 01:25:57 +00:00
Move versionadded directive to the top level, as we do in other files
This commit is contained in:
parent
e5905a9413
commit
b389eec440
1 changed files with 3 additions and 2 deletions
|
|
@ -6,6 +6,9 @@
|
||||||
.. moduleauthor:: Raymond Hettinger <python at rcn.com>
|
.. moduleauthor:: Raymond Hettinger <python at rcn.com>
|
||||||
.. sectionauthor:: Raymond Hettinger <python at rcn.com>
|
.. sectionauthor:: Raymond Hettinger <python at rcn.com>
|
||||||
|
|
||||||
|
.. versionadded:: 3.3
|
||||||
|
Formerly, this module was part of the :mod:`collections` module.
|
||||||
|
|
||||||
.. testsetup:: *
|
.. testsetup:: *
|
||||||
|
|
||||||
from collections import *
|
from collections import *
|
||||||
|
|
@ -20,8 +23,6 @@ This module provides :term:`abstract base classes <abstract base class>` that
|
||||||
can be used to test whether a class provides a particular interface; for
|
can be used to test whether a class provides a particular interface; for
|
||||||
example, whether it is hashable or whether it is a mapping.
|
example, whether it is hashable or whether it is a mapping.
|
||||||
|
|
||||||
.. versionchanged:: 3.3
|
|
||||||
Formerly, this module was part of the :mod:`collections` module.
|
|
||||||
|
|
||||||
.. _collections-abstract-base-classes:
|
.. _collections-abstract-base-classes:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue