PEP 665: Superseded-By: 751 (#3875)
This commit is contained in:
parent
cb5caa843e
commit
da8cf9fcbe
|
@ -8,9 +8,9 @@ Discussions-To: https://discuss.python.org/t/9911
|
||||||
Status: Rejected
|
Status: Rejected
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Topic: Packaging
|
Topic: Packaging
|
||||||
Content-Type: text/x-rst
|
|
||||||
Created: 29-Jul-2021
|
Created: 29-Jul-2021
|
||||||
Post-History: 29-Jul-2021, 03-Nov-2021, 25-Nov-2021
|
Post-History: 29-Jul-2021, 03-Nov-2021, 25-Nov-2021
|
||||||
|
Superseded-By: 751
|
||||||
Resolution: https://discuss.python.org/t/pep-665-take-2-a-file-format-to-list-python-dependencies-for-reproducibility-of-an-application/11736/140
|
Resolution: https://discuss.python.org/t/pep-665-take-2-a-file-format-to-list-python-dependencies-for-reproducibility-of-an-application/11736/140
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
@ -1009,13 +1009,3 @@ CC0-1.0-Universal license, whichever is more permissive.
|
||||||
.. _TOML: https://toml.io
|
.. _TOML: https://toml.io
|
||||||
.. _version specifiers spec: https://packaging.python.org/specifications/version-specifiers/
|
.. _version specifiers spec: https://packaging.python.org/specifications/version-specifiers/
|
||||||
.. _wheel file: https://packaging.python.org/specifications/binary-distribution-format/
|
.. _wheel file: https://packaging.python.org/specifications/binary-distribution-format/
|
||||||
|
|
||||||
|
|
||||||
..
|
|
||||||
Local Variables:
|
|
||||||
mode: indented-text
|
|
||||||
indent-tabs-mode: nil
|
|
||||||
sentence-end-double-space: t
|
|
||||||
fill-column: 70
|
|
||||||
coding: utf-8
|
|
||||||
End:
|
|
||||||
|
|
Loading…
Reference in New Issue