https://github.com/python/cpython/commit/863da7291c9f912aa951955e2bf06b9965accd75 commit: 863da7291c9f912aa951955e2bf06b9965accd75 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-05-30T15:57:36Z summary:
[3.12] gh-119779: Fix pyporting howto docs (GH-119785) (#119789) gh-119779: Fix pyporting howto docs (GH-119785) (cherry picked from commit 6fb191be15fd49da10506de29b6393ffdf59b894) Co-authored-by: Awbert <[email protected]> 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 -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
