https://github.com/python/cpython/commit/a7327b31e32f72dccbabac196b3b63d514821944 commit: a7327b31e32f72dccbabac196b3b63d514821944 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-05-30T16:09:31Z summary:
[3.13] gh-119779: Fix pyporting howto docs (GH-119785) (#119788) gh-119779: Fix pyporting howto docs (GH-119785) (cherry picked from commit 6fb191be15fd49da10506de29b6393ffdf59b894) Co-authored-by: Awbert <119314310+sweetyan...@users.noreply.github.com> files: M Doc/howto/pyporting.rst diff --git a/Doc/howto/pyporting.rst b/Doc/howto/pyporting.rst index d560364107bd12..9f73c811cfcbc0 100644 --- a/Doc/howto/pyporting.rst +++ b/Doc/howto/pyporting.rst @@ -18,9 +18,9 @@ please see :ref:`cporting-howto`. The archived python-porting_ mailing list may contain some useful guidance. -Since Python 3.13 the original porting guide was discontinued. +Since Python 3.11 the original porting guide was discontinued. You can find the old guide in the -`archive <https://docs.python.org/3.12/howto/pyporting.html>`_. +`archive <https://docs.python.org/3.10/howto/pyporting.html>`_. Third-party guides _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com