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

Larry Hastings report at bugs.python.org
Mon Jan 20 20:27:55 CET 2014


Larry Hastings added the comment:

Your fix won't work, because release managers call hgtouch from a different spot, from a private tool called "release.py".

You'll notice that all the 3.4 releases have that hgtouch.pyc file--up until 3.4b2.  I already found that bug.  I added "Tools/hg/hgtouch.pyc" to the tuple of "files we don't want in tarballs" in export() in release.py.  Didn't push it because I was doing other hacking and it wasn't ready, but I could push just that change.

----------

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


More information about the Python-bugs-list mailing list