zap extra word
This commit is contained in:
parent
beee344f48
commit
f43f785dae
|
@ -31,8 +31,8 @@ contents.
|
|||
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 file’s contents—it also depends on the volatile metadata,
|
||||
the mtime of the source. Thus, the pycs are a barrier to proper reproducibility.
|
||||
function of the input file’s contents—it also depends on volatile metadata, the
|
||||
mtime of the source. Thus, pycs are a barrier to proper reproducibility.
|
||||
|
||||
Distributors of Python code are currently stuck with the options of
|
||||
|
||||
|
|
Loading…
Reference in New Issue