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 <rep...@bugs.python.org>
<http://bugs.python.org/issue20316>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to