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