Commit Graph

6 Commits

Author SHA1 Message Date
Ofek Lev c4be7f4b38
PEP 723: Remove ``run.version`` (#3307) 2023-08-25 05:06:43 +01:00
Ofek Lev 875160e4d3
PEP 723: Finalize (#3297)
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
2023-08-23 15:28:32 +01:00
Ofek Lev 6adff45cef
PEP 723: Update based on feedback (#3279)
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
2023-08-10 02:30:10 +01:00
Jelle Zijlstra 47085beb91
PEP 723: Fix swapped references (#3278)
See https://github.com/python/peps/pull/3277/files#r1286078922
2023-08-07 09:01:36 -07:00
Ed Page a3defd3f55
PEP 723: Correct the comparison with Rust (#3277)
In working on the Rust design for single-file packages, we found that
there were too many decisions to make up-front in an RFC, so we
instead opted to approve an experiment (eRFC) to figure out the design
incrementally and then come back with a final proposal. This
implementation is considered unstable and requires a special flag
(``-Zscript``) to access within the nightly builds of Rust.

This commit updates the description of Rust's approach to align
with these facts.

Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
2023-08-07 15:11:22 +01:00
Ofek Lev 8da14ef515
PEP 723: Embedding pyproject.toml in single-file scripts (#3264)
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: Paul Moore <p.f.moore@gmail.com>
2023-08-06 19:15:28 +01:00