* PEP 675: gentler intro for the Motivation section.
* PEP 675: explain usage stats.
* PEP 675: remove duplicate Backwards Compatibility heading.
There was already a Backwards Compatibility heading for Type Inference.
So, I just inlined the second one into the Runtime Behavior section.
* PEP 675: link to Other Uses in the Motivation.
* PEP 675: clarify that we insert a new type in the hierarchy.
* PEP 675: Make Backwards Compatibility a top-level section.
We had two "sections" - one for the type inference and one for the
runtime behavior. Move them both into one top-level section.
* PEP 675: Change case of Runtime Behavior.
* PEP 675: Fix and widen hyperlink text.
* PEP 1: Refine phrasing and organization of PEP-delegate description
* PEP 1: Further tweak phrasing of PEP delegate description
* PEP 1: Incorporate further reviewer suggestions on PEP-Delegate section
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
* Update language on PEP-Delegate
* Add review feedback from @JelleZijlstra and @AA-Turner
* Update pep-0001.txt
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* Update pep-0001.txt
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* Update pep-0001.txt
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Barry Warsaw <barry@python.org>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Huge thank you to everyone who helped get this across the finish line, especially @gvanrossum! Well done to all of us, @mrkmndz @pradeep90 @vsiles @fylux!
In preparation for the 1.0.0** release of the TUF reference
implementation `python-tuf` documentation referenced in this PEP is
being moved. This patch updates the corresponding links in the PEP.
** See 059bfda391/docs/1.0.0-ANNOUNCEMENT.md
More specifically, the following link changes are performed:
- METADATA.md
to: metadata format section in TUF spec
Note: alternatively this could link to the new location of
METADATA.md (see theupdateframework/python-tuf#1769), but the spec
seems like a better resource
- TUTORIAL.md#repo-management
to: new metadata API doc on readthedocs and new repo
example/tutorial
- TUTORIAL.md#lazy-bin-walk
to: new hashed bin delegation example/tutorial
- client implementation
to: new client doc on readthedocs
Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>