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

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


New submission from Arfrever Frehtes Taifersar Arahesis:

Tarballs of 3.3.2 (and all previous versions tested by me) do not contain any *.py[co] files.
Tarballs of 3.3.3 contain 1 .pyc file, which is even generated for wrong Python version:

$ find -name "*.py[co]"
./Tools/hg/hgtouch.pyc
$ file Tools/hg/hgtouch.pyc
Tools/hg/hgtouch.pyc: python 2.7 byte-compiled

Please ensure that this problem will not occur with future tarballs.

----------
messages: 208562
nosy: Arfrever, georg.brandl
priority: normal
severity: normal
status: open
title: Byte-compiled files should be absent in tarballs
versions: Python 3.3, Python 3.4

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


More information about the Python-bugs-list mailing list