From 581f2926e9d5f4a84c28cc8b77984ecea355c995 Mon Sep 17 00:00:00 2001 From: CAM Gerlach Date: Mon, 7 Feb 2022 18:50:53 -0600 Subject: [PATCH] PEP 594: Remove old lib2to3 keep table entry and fix RST syntax issues (#2305) Co-authored-by: Jelle Zijlstra --- pep-0594.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pep-0594.rst b/pep-0594.rst index bd52357e5..39392c195 100644 --- a/pep-0594.rst +++ b/pep-0594.rst @@ -218,7 +218,7 @@ File Format is an old audio format from 1988 based on Amiga IFF. It was most commonly used on the Apple Macintosh. These days only few specialized application use AIFF. -A user disclosed [8]_ that the post production film industry makes heavy +A user disclosed [6]_ that the post production film industry makes heavy use of the AIFC file format. The usage of the ``aifc`` module in closed source and internal software was unknown prior to the first posting of this PEP. This may be a compelling argument to keep the ``aifc`` module in the standard @@ -346,7 +346,9 @@ related to executing code are: - ``valid_boundary`` (undocumented) with ``re.compile("^[ -~]{0,200}[!-~]$")`` As an explicit example of how close ``parse_header`` and -``email.message.Message`` are:: +``email.message.Message`` are: + +.. code-block:: pycon >>> from cgi import parse_header >>> from email.message import Message @@ -661,9 +663,7 @@ References .. [3] https://blogs.msmvps.com/installsite/blog/2015/05/03/the-future-of-windows-installer-msi-in-the-light-of-windows-10-and-the-universal-windows-platform/ .. [4] https://twitter.com/ChristianHeimes/status/1130257799475335169 .. [5] https://twitter.com/dabeaz/status/1130278844479545351 -.. [6] https://mail.python.org/pipermail/python-dev/2019-May/157464.html -.. [7] https://discuss.python.org/t/switch-pythons-parsing-tech-to-something-more-powerful-than-ll-1/379 -.. [8] https://mail.python.org/pipermail/python-dev/2019-May/157634.html +.. [6] https://mail.python.org/pipermail/python-dev/2019-May/157634.html Copyright