PEP 594: add hyperlinks to the table of replacements (GH-1674)
* PEP-594: Add hyperlinks to the recommended replacements.
This commit is contained in:
parent
f963b2cc5e
commit
871c59e334
45
pep-0594.rst
45
pep-0594.rst
|
@ -168,33 +168,52 @@ audio processing.
|
|||
:widths: 2, 1, 1, 1, 1, 2
|
||||
|
||||
aifc,3.8 (3.0\*),3.10,1993,**yes (inactive)**,\-
|
||||
asynchat,**3.6** (3.0\*),3.10,1999,**yes**,asyncio
|
||||
asyncore,**3.6** (3.0\*),3.10,1999,**yes**,asyncio
|
||||
asynchat,**3.6** (3.0\*),3.10,1999,**yes**,asyncio_
|
||||
asyncore,**3.6** (3.0\*),3.10,1999,**yes**,asyncio_
|
||||
audioop,3.8 (3.0\*),3.10,1992,**yes**,\-
|
||||
binhex,3.8,3.10,1995,no,\-
|
||||
cgi,3.8 (2.0\*\*),3.10,1995,no,\-
|
||||
cgitb,3.8 (2.0\*\*),3.10,1995,no,\-
|
||||
chunk,3.8,3.10,1999,no,\-
|
||||
crypt,3.8,3.10,1994,**yes (inactive)**,"legacycrypt, bcrypt, argon2cffi, hashlib, passlib"
|
||||
crypt,3.8,3.10,1994,**yes (inactive)**,"legacycrypt_, bcrypt_, argon2cffi_, hashlib_, passlib_"
|
||||
formatter,**3.4**,3.10,1995,no,\-
|
||||
fpectl,**3.7**,**3.7**,1997,n/a,\-
|
||||
imghdr,3.8,3.10,1992,no,"filetype, puremagic, python-magic"
|
||||
imp,**3.4**,3.10,1990/1995,no,importlib
|
||||
imghdr,3.8,3.10,1992,no,"filetype_, puremagic_, python-magic_"
|
||||
imp,**3.4**,3.10,1990/1995,no,importlib_
|
||||
macpath,**3.7**,**3.8**,1990,n/a,\-
|
||||
msilib,3.8,3.10,2006,no,\-
|
||||
nntplib,3.8,3.10,1992,no,\-
|
||||
nis,3.8 (3.0\*),3.10,1992,no,\-
|
||||
ossaudiodev,3.8,3.10,2002,no,\-
|
||||
parser,**2.5**,**3.9**,1993,**yes**,"ast, lib2to3.pgen2"
|
||||
pipes,3.8,3.10,1992,no,subprocess
|
||||
smtpd,"**3.4.7**, **3.5.4**",3.10,2001,**yes**,aiosmtpd
|
||||
sndhdr,3.8,3.10,1994,no,"filetype, puremagic, python-magic"
|
||||
spwd,3.8,3.10,2005,no,"python-pam, simplepam"
|
||||
parser,**2.5**,**3.9**,1993,**yes**,"ast_, astroid_, lib2to3.pgen2"
|
||||
pipes,3.8,3.10,1992,no,"subprocess_"
|
||||
smtpd,"**3.4.7**, **3.5.4**",3.10,2001,**yes**,"aiosmtpd_"
|
||||
sndhdr,3.8,3.10,1994,no,"filetype_, puremagic_, python-magic_"
|
||||
spwd,3.8,3.10,2005,no,"python-pam_, simplepam_"
|
||||
sunau,3.8 (3.0\*),3.10,1993,no,\-
|
||||
telnetlib,3.8 (3.0\*),3.10,1997,no,"telnetlib3, Exscript"
|
||||
telnetlib,3.8 (3.0\*),3.10,1997,no,"telnetlib3_, Exscript_"
|
||||
uu,3.8,3.10,1994,no,\-
|
||||
xdrlib,3.8,3.10,1992/1996,no,\-
|
||||
|
||||
.. _aiosmtpd: https://pypi.org/project/aiosmtpd/
|
||||
.. _argon2cffi: https://pypi.org/project/argon2-cffi/
|
||||
.. _ast: https://docs.python.org/3/library/ast.html
|
||||
.. _astroid: https://pypi.org/project/astroid/
|
||||
.. _asyncio: https://docs.python.org/3/library/hashlib.html
|
||||
.. _bcrypt: https://pypi.org/project/bcrypt/
|
||||
.. _Exscript: https://pypi.org/project/Exscript/
|
||||
.. _filetype: https://pypi.org/project/filetype/
|
||||
.. _hashlib: https://docs.python.org/3/library/hashlib.html
|
||||
.. _importlib: https://docs.python.org/3/library/importlib.html
|
||||
.. _legacycrypt: https://pypi.org/project/legacycrypt/
|
||||
.. _passlib: https://pypi.org/project/passlib/
|
||||
.. _puremagic: https://pypi.org/project/puremagic/
|
||||
.. _python-magic: https://pypi.org/project/python-magic/
|
||||
.. _python-pam: https://pypi.org/project/python-pam/
|
||||
.. _simplepam: https://pypi.org/project/simplepam/
|
||||
.. _subprocess: https://docs.python.org/3/library/subprocess.html
|
||||
.. _telnetlib3: https://pypi.org/project/telnetlib3/
|
||||
|
||||
Some module deprecations proposed by :pep:`3108` for 3.0 and :pep:`206` for
|
||||
2.0. The *added in* column illustrates, when a module was originally designed
|
||||
and added to the standard library. The *has maintainer* colum refers to the
|
||||
|
@ -589,8 +608,8 @@ Deprecated in
|
|||
To be removed in
|
||||
3.10
|
||||
Substitute
|
||||
`telnetlib3 <https://pypi.org/project/telnetlib3>`_,
|
||||
`Exscript <https://pypi.org/project/Exscript/>`_
|
||||
telnetlib3_,
|
||||
Exscript_
|
||||
|
||||
|
||||
Operating system interface
|
||||
|
|
Loading…
Reference in New Issue