[Python-Dev] PEP 552: deterministic pycs

Benjamin Peterson benjamin at python.org
Thu Sep 7 16:39:21 EDT 2017


Hello,
I've written a short PEP about an import extension to allow pycs to be
more deterministic by optional replacing the timestamp with a hash of
the source file: https://www.python.org/dev/peps/pep-0552/

Thanks for reading,
Benjamin

P.S. I came up with the idea for this PEP while awake.


More information about the Python-Dev mailing list