PEP 594: Remove old lib2to3 keep table entry and fix RST syntax issues (#2305)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
This commit is contained in:
parent
ddeb1d867f
commit
581f2926e9
10
pep-0594.rst
10
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
|
commonly used on the Apple Macintosh. These days only few specialized
|
||||||
application use AIFF.
|
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
|
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
|
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
|
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}[!-~]$")``
|
- ``valid_boundary`` (undocumented) with ``re.compile("^[ -~]{0,200}[!-~]$")``
|
||||||
|
|
||||||
As an explicit example of how close ``parse_header`` and
|
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 cgi import parse_header
|
||||||
>>> from email.message import Message
|
>>> 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/
|
.. [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
|
.. [4] https://twitter.com/ChristianHeimes/status/1130257799475335169
|
||||||
.. [5] https://twitter.com/dabeaz/status/1130278844479545351
|
.. [5] https://twitter.com/dabeaz/status/1130278844479545351
|
||||||
.. [6] https://mail.python.org/pipermail/python-dev/2019-May/157464.html
|
.. [6] https://mail.python.org/pipermail/python-dev/2019-May/157634.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
|
|
||||||
|
|
||||||
|
|
||||||
Copyright
|
Copyright
|
||||||
|
|
Loading…
Reference in New Issue