correct indentation even more
This commit is contained in:
parent
f51eeadf56
commit
d4132ef718
|
@ -40,11 +40,11 @@ Distributors of Python code are currently stuck with the options of
|
|||
|
||||
2. distributing pycs and losing reproducibility
|
||||
|
||||
3. carefully giving all Python source files a deterministic timestamp (see
|
||||
https://github.com/python/cpython/pull/296)
|
||||
3. carefully giving all Python source files a deterministic timestamp
|
||||
(see https://github.com/python/cpython/pull/296)
|
||||
|
||||
4. doing a complicated mixture of 1. and 2. like generating pycs at installation
|
||||
time
|
||||
time
|
||||
|
||||
None of these options are very attractive. This PEP proposes a better solution.
|
||||
|
||||
|
|
Loading…
Reference in New Issue