Skip to content

Commit

Permalink
Improve documentation (#278)
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
JelleZijlstra committed Aug 30, 2023
1 parent 99fa708 commit 4705e74
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions doc/index.rst
Expand Up @@ -56,6 +56,9 @@ be added.
Bugfix releases, with version numbers of the form 4.N.1 or higher,
may be made if bugs are discovered after a feature release.

We provide no backward compatibility guarantees for prereleases (e.g.,
release candidates) and for unreleased code in our Git repository.

Before version 4.0.0, the versioning scheme loosely followed the Python
version from which features were backported; for example,
``typing_extensions`` 3.10.0.0 was meant to reflect ``typing`` as of
Expand Down Expand Up @@ -438,13 +441,6 @@ Special typing primitives

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

Generic concrete collections
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. class:: OrderedDict

See :py:class:`typing.OrderedDict`. In ``typing`` since 3.7.2.

Abstract Base Classes
~~~~~~~~~~~~~~~~~~~~~

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

.. versionadded:: 4.7.0

.. class:: OrderedDict

See :py:class:`typing.OrderedDict`. In ``typing`` since 3.7.2.

.. class:: Pattern

See :py:class:`typing.Pattern`.
Expand Down

0 comments on commit 4705e74

Please sign in to comment.