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 loewis
Recipients aivazis, loewis
Date 2008-12-01.05:06:13
SpamBayes Score 0.0047011776
Marked as misclassified No
Message-id <1228107974.27.0.161282978705.issue4476@psf.upfronthosting.co.za>
In-reply-to
Content
I can't reproduce that:

/tmp/h$ echo "pass" > x.py
/tmp/h$ mkdir types
:/tmp/h$ /tmp/py3/bin/python3.0 -mcompileall .
Listing . ...
Listing ./types ...
Compiling ./x.py ...
/tmp/h$ ls
types  x.py  x.pyc
History
Date User Action Args
2008-12-01 05:06:14loewissetrecipients: + loewis, aivazis
2008-12-01 05:06:14loewissetmessageid: <1228107974.27.0.161282978705.issue4476@psf.upfronthosting.co.za>
2008-12-01 05:06:13loewislinkissue4476 messages
2008-12-01 05:06:13loewiscreate