From 90c755b5c67a4f03ef119d6f8b7b588492013aab Mon Sep 17 00:00:00 2001 From: Paul Ganssle Date: Thu, 28 May 2020 00:01:07 -0400 Subject: [PATCH] Note PyPy support in docs --- README.md | 2 +- docs/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c72c9759..acf47b7a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # `backports.zoneinfo`: Backport of the standard library module `zoneinfo` -This package was originally the reference implementation for [PEP 615](https://www.python.org/dev/peps/pep-0615/), which proposes support for the IANA time zone database in the standard library, and now serves as a backport to Python 3.6+. +This package was originally the reference implementation for [PEP 615](https://www.python.org/dev/peps/pep-0615/), which proposes support for the IANA time zone database in the standard library, and now serves as a backport to Python 3.6+ (including PyPy). This exposes the `backports.zoneinfo` module, which is a backport of the [`zoneinfo`](https://docs.python.org/3.9/library/zoneinfo.html#module-zoneinfo) module. The backport's documentation can be found [on readthedocs](https://zoneinfo.readthedocs.io/en/latest/). diff --git a/docs/index.rst b/docs/index.rst index 3fd52524..46dd68ff 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,7 +3,7 @@ This was originally the reference implementation for :pep:`615`, which adds support for the IANA time zone database to the Python standard library, but now -serves as a backport of the module to Python 3.6+. +serves as a backport of the module to Python 3.6+ (including PyPy). The upstream documentation can be found at :mod:`zoneinfo`. A mirror of the documentation pinned to the version supported in the backport can be found at