homepage

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 marco.buttu
Recipients marco.buttu
Date 2012年09月25日.14:02:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348581725.98.0.841014002753.issue16046@psf.upfronthosting.co.za>
In-reply-to
Content
$ echo "print(__file__)" > foo.py
$ python3.3 -O -m foo
/home/marco/temp/foo.py
$ ls
foo.py __pycache__
$ rm foo.py
$ mv __pycache__/foo.cpython-33.pyo foo.pyo
$ rm __pycache__ -r
$ ls
foo.pyo
# The following works in Python3.2, but not in Python 3.3.0rc3
$ python3.3 -O -m foo
/usr/local/bin/python3.3: No module named foo
History
Date User Action Args
2012年09月25日 14:02:06marco.buttusetrecipients: + marco.buttu
2012年09月25日 14:02:05marco.buttusetmessageid: <1348581725.98.0.841014002753.issue16046@psf.upfronthosting.co.za>
2012年09月25日 14:02:05marco.buttulinkissue16046 messages
2012年09月25日 14:02:05marco.buttucreate

AltStyle によって変換されたページ (->オリジナル) /