[issue20316] Byte-compiled files should be absent in tarballs

Arfrever Frehtes Taifersar Arahesis report at bugs.python.org
Mon Jan 20 20:23:25 CET 2014


Arfrever Frehtes Taifersar Arahesis added the comment:

Potential fix:

--- Makefile.pre.in
+++ Makefile.pre.in
@@ -1487,4 +1487,4 @@
 # Touch generated files
 touch:
-       hg --config extensions.touch=Tools/hg/hgtouch.py touch -v
+       PYTHONDONTWRITEBYTECODE=1 hg --config extensions.touch=Tools/hg/hgtouch.py touch -v

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20316>
_______________________________________


More information about the Python-bugs-list mailing list