On 2/1/2012 8:11 AM, John Roth wrote:
One other point: I'm unclear if a compiled module in the source directory would be named spam.pyc or spam.cpython-32.pyc. I'd think the latter to allow two versions of a compiled-only distribution.
By test, it has to be spam.pyc, as before. -- Terry Jan Reedy -- http://mail.python.org/mailman/listinfo/python-list
