PEP 594: Fix typos (#1081)
This commit is contained in:
parent
b3b34a2e3a
commit
7958a1cfa6
12
pep-0594.rst
12
pep-0594.rst
|
@ -40,7 +40,7 @@ for several reasons.
|
||||||
development team. The team has limited resources, reduced maintenance cost
|
development team. The team has limited resources, reduced maintenance cost
|
||||||
frees development time for other improvements.
|
frees development time for other improvements.
|
||||||
* Modules in the standard library are generally favored and seen as the
|
* Modules in the standard library are generally favored and seen as the
|
||||||
de-facto solution for a problem. A majority of users only pick 3rd party
|
de facto solution for a problem. A majority of users only pick 3rd party
|
||||||
modules to replace a stdlib module, when they have a compelling reason, e.g.
|
modules to replace a stdlib module, when they have a compelling reason, e.g.
|
||||||
lxml instead of `xml`. The removal of an unmaintained stdlib module
|
lxml instead of `xml`. The removal of an unmaintained stdlib module
|
||||||
increases the chances of a community contributed module to become widely
|
increases the chances of a community contributed module to become widely
|
||||||
|
@ -61,7 +61,7 @@ This PEP also designates some modules as not scheduled for removal. Some
|
||||||
modules have been deprecated for several releases or seem unnecessary at
|
modules have been deprecated for several releases or seem unnecessary at
|
||||||
first glance. However it is beneficial to keep the modules in the standard
|
first glance. However it is beneficial to keep the modules in the standard
|
||||||
library, mostly for environments where installing a package from PyPI is not
|
library, mostly for environments where installing a package from PyPI is not
|
||||||
an option. This can be cooperate environments or class rooms where external
|
an option. This can be corporate environments or class rooms where external
|
||||||
code is not permitted without legal approval.
|
code is not permitted without legal approval.
|
||||||
|
|
||||||
* The usage of FTP is declining, but some files are still provided over
|
* The usage of FTP is declining, but some files are still provided over
|
||||||
|
@ -500,7 +500,7 @@ groups used to be a dominant platform for online discussions. Over the last
|
||||||
two decades, news has been slowly but steadily replaced with mailing lists
|
two decades, news has been slowly but steadily replaced with mailing lists
|
||||||
and web-based discussion platforms. Twisted is also
|
and web-based discussion platforms. Twisted is also
|
||||||
`planning <https://twistedmatrix.com/trac/ticket/9405>`_ to deprecate NNTP
|
`planning <https://twistedmatrix.com/trac/ticket/9405>`_ to deprecate NNTP
|
||||||
support and `pynnt <https://github.com/greenbender/pynntp>`_ hasn't seen any
|
support and `pynntp <https://github.com/greenbender/pynntp>`_ hasn't seen any
|
||||||
activity since 2014. This is a good indicator that the public interest in
|
activity since 2014. This is a good indicator that the public interest in
|
||||||
NNTP support is declining.
|
NNTP support is declining.
|
||||||
|
|
||||||
|
@ -816,8 +816,8 @@ fileinput
|
||||||
|
|
||||||
The `fileinput <https://docs.python.org/3/library/fileinput.html>`_ module
|
The `fileinput <https://docs.python.org/3/library/fileinput.html>`_ module
|
||||||
implements a helpers to iterate over a list of files from ``sys.argv``. The
|
implements a helpers to iterate over a list of files from ``sys.argv``. The
|
||||||
module predates the optparser and argparser module. The same functionality
|
module predates the optparse and argparse module. The same functionality
|
||||||
can be implemented with the argparser module.
|
can be implemented with the argparse module.
|
||||||
|
|
||||||
Several core developers expressed their interest to keep the module in the
|
Several core developers expressed their interest to keep the module in the
|
||||||
standard library, as it is handy for quick scripts.
|
standard library, as it is handy for quick scripts.
|
||||||
|
@ -909,7 +909,7 @@ documentation may be moved into a new git repository, so community members
|
||||||
have a place from which they can pick up and fork code.
|
have a place from which they can pick up and fork code.
|
||||||
|
|
||||||
A first draft of a `legacylib <https://github.com/tiran/legacylib>`_
|
A first draft of a `legacylib <https://github.com/tiran/legacylib>`_
|
||||||
repository is available on my private Github account. The modules could be
|
repository is available on my private GitHub account. The modules could be
|
||||||
made available on PyPI. The Python core team will not publish or maintain
|
made available on PyPI. The Python core team will not publish or maintain
|
||||||
the packages. It is my hope that members of the Python community will
|
the packages. It is my hope that members of the Python community will
|
||||||
adopt, maintain, and perhaps improve the deprecated modules.
|
adopt, maintain, and perhaps improve the deprecated modules.
|
||||||
|
|
Loading…
Reference in New Issue