Skip to content

PEP 751: Add Discussions-To and Post-History #3872

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions peps/pep-0751.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
PEP: 751
Title: A file format to list Python dependencies for installation reproducibility
Author: Brett Cannon <brett@python.org>
Discussions-To: https://discuss.python.org/t/59173
Status: Draft
Type: Standards Track
Topic: Packaging
Created: 24-Jul-2024
Post-History: `25-Jul-2024 <https://discuss.python.org/t/59173>`__
Replaces: 665

========
Expand Down Expand Up @@ -92,8 +94,8 @@ Per-file Locking
================

*Per-file locking* operates under the premise that one wants to install exactly
the same files in any matching environment. As such, the lock file specifies the
with the files to install. There can be multiple environments specified in a
the same files in any matching environment. As such, the lock file specifies
what files to install. There can be multiple environments specified in a
single file, each with their own set of files to install. By specifying the
exact files to install, installers avoid performing any resolution to decide what
to install.
Expand Down
Loading