adding missing word

This commit is contained in:
Benjamin Peterson 2017-09-12 16:39:33 -07:00
parent d92f361e3b
commit 5d965ca285
1 changed files with 2 additions and 3 deletions

View File

@ -14,8 +14,7 @@ Post-History: 2017-09-07
Abstract
========
This PEP proposes an extension to the pyc format to make it more
deterministic.
This PEP proposes an extension to the pyc format to make it more deterministic.
Rationale
@ -33,7 +32,7 @@ The current Python pyc format is the marshaled code object of the module
prefixed by a `magic number`_, the source timestamp, and the source file
size. The presence of a source timestamp means that a pyc is not a deterministic
function of the input files contents—it also depends on the volatile metadata,
mtime, of the source. Thus, the pycs are a barrier to proper reproducibility.
the mtime of the source. Thus, the pycs are a barrier to proper reproducibility.
Distributors of Python code are currently stuck with the options of