This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Arfrever
Recipients Arfrever, georg.brandl, larry
Date 2014-01-20.19:23:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390245805.02.0.20094048786.issue20316@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2014-01-20 19:23:25Arfreversetrecipients: + Arfrever, georg.brandl, larry
2014-01-20 19:23:25Arfreversetmessageid: <1390245805.02.0.20094048786.issue20316@psf.upfronthosting.co.za>
2014-01-20 19:23:25Arfreverlinkissue20316 messages
2014-01-20 19:23:24Arfrevercreate