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 paul.moore
Recipients alexis, eric.araujo, paul.moore, tarek
Date 2011-10-17.17:13:48
SpamBayes Score 0.08312577
Marked as misclassified No
Message-id <CACac1F_h7wTH6PauGUCMP-MzPLZd9Y8cB9ur56KE_tPFhHG9QQ@mail.gmail.com>
In-reply-to <1318855705.92.0.676164071337.issue13181@psf.upfronthosting.co.za>
Content
> That’s odd.  Are the pyc files in RECORD?

Yes, but not in __pycache__ where they should be.

PS D:\Data\python-sample\python> type
D:\Data\cpython\Lib\site-packages\hello-0.1.dist-info\RECORD
D:\Data\cpython\Lib\site-packages\hello.py,798c341fba13dcecba260e25d2b976b6,42
D:\Data\cpython\Lib\site-packages\hello.pyc,,
D:\Data\cpython\Lib\site-packages\hello-0.1.dist-info\METADATA,bcae83fd032d0c33cea5dc14a1ca1bc5,206
D:\Data\cpython\Lib\site-packages\hello-0.1.dist-info\INSTALLER,44e3fde05f3f537ed85831969acf396d,9
D:\Data\cpython\Lib\site-packages\hello-0.1.dist-info\REQUESTED,d41d8cd98f00b204e9800998ecf8427e,0
D:\Data\cpython\Lib\site-packages\hello-0.1.dist-info\RECORD,,
History
Date User Action Args
2011-10-17 17:13:49paul.mooresetrecipients: + paul.moore, tarek, eric.araujo, alexis
2011-10-17 17:13:48paul.moorelinkissue13181 messages
2011-10-17 17:13:48paul.moorecreate