Skip to content

Commit 4705e74

Browse files
Improve documentation (#278)
- Move OrderedDict into pure aliases as we dropped support for 3.7 - Explicitly state there is no BC before a final release. Hopefully this is obvious, but just in case we get people complaining about this.
1 parent 99fa708 commit 4705e74

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/index.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ be added.
5656
Bugfix releases, with version numbers of the form 4.N.1 or higher,
5757
may be made if bugs are discovered after a feature release.
5858

59+
We provide no backward compatibility guarantees for prereleases (e.g.,
60+
release candidates) and for unreleased code in our Git repository.
61+
5962
Before version 4.0.0, the versioning scheme loosely followed the Python
6063
version from which features were backported; for example,
6164
``typing_extensions`` 3.10.0.0 was meant to reflect ``typing`` as of
@@ -438,13 +441,6 @@ Special typing primitives
438441

439442
Backport ``repr()`` changes from Python 3.12.
440443

441-
Generic concrete collections
442-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
443-
444-
.. class:: OrderedDict
445-
446-
See :py:class:`typing.OrderedDict`. In ``typing`` since 3.7.2.
447-
448444
Abstract Base Classes
449445
~~~~~~~~~~~~~~~~~~~~~
450446

@@ -929,6 +925,10 @@ versions of Python. They are listed here for completeness.
929925

930926
.. versionadded:: 4.7.0
931927

928+
.. class:: OrderedDict
929+
930+
See :py:class:`typing.OrderedDict`. In ``typing`` since 3.7.2.
931+
932932
.. class:: Pattern
933933

934934
See :py:class:`typing.Pattern`.

0 commit comments

Comments
 (0)