Skip to content

Commit 3dc383a

Browse files
authored
PEP 751: Add Discussions-To and Post-History (#3872)
1 parent 2eb4fe5 commit 3dc383a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

peps/pep-0751.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
PEP: 751
22
Title: A file format to list Python dependencies for installation reproducibility
33
Author: Brett Cannon <[email protected]>
4+
Discussions-To: https://discuss.python.org/t/59173
45
Status: Draft
56
Type: Standards Track
67
Topic: Packaging
78
Created: 24-Jul-2024
9+
Post-History: `25-Jul-2024 <https://discuss.python.org/t/59173>`__
810
Replaces: 665
911

1012
========
@@ -92,8 +94,8 @@ Per-file Locking
9294
================
9395

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

0 commit comments

Comments
 (0)