From 87f7ed425814e40e010bae7cc860480504850cbb Mon Sep 17 00:00:00 2001 From: Ed Schofield Date: Wed, 21 Feb 2024 15:41:20 +1100 Subject: [PATCH] Remove references to dead `python-porting` mailing list (issue #615) --- docs/faq.rst | 3 +-- docs/quickstart.rst | 4 +--- docs/stdlib_incompatibilities.rst | 3 +-- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index 9b1eab00..046c0167 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -287,8 +287,7 @@ Support Is there a mailing list? ------------------------ -Yes, please ask any questions on the `python-porting -`_ mailing list. +There was (`python-porting`), but it's now dead. .. _contributing: diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 6042e059..8461a1a2 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -138,9 +138,7 @@ code:: This feature is experimental, and we would appreciate your feedback on how well this works or doesn't work for you. Please file an issue `here -`_ or post to the -`python-porting `_ -mailing list. +`_. For more information on the automatic translation feature, see :ref:`translation`. diff --git a/docs/stdlib_incompatibilities.rst b/docs/stdlib_incompatibilities.rst index 5f2217d2..e93f96ba 100644 --- a/docs/stdlib_incompatibilities.rst +++ b/docs/stdlib_incompatibilities.rst @@ -18,8 +18,7 @@ Here we will attempt to document these, together with known workarounds: ``base64``, ``decodebytes()`` function, :ref:`stdlib-base64-decodebytes` ``re``, ``ASCII`` mode, :ref:`stdlib-re-ASCII` -To contribute to this, please email the python-porting list or send a -pull request. See :ref:`contributing`. +To contribute to this list, please send a pull request. See :ref:`contributing`. .. _stdlib-array-constructor: