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 terry.reedy
Recipients docs@python, eric.snow, ezio.melotti, loewis, mansam, mikehoy, python-dev, r.david.murray, techtonik, terry.reedy
Date 2014-04-14.21:05:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397509531.15.0.931303906516.issue15104@psf.upfronthosting.co.za>
In-reply-to
Content
I am a bit puzzled. According to
https://docs.python.org/2.7/using/cmdline.html#interface-options __main__.py (not indexed) has been supported since 2.5. On the other hand, recursively grepping Lib for 'e' in __main__.py files hits about 20 files in 3.4 but only 2 in 2.7. Moreover, those two files fail for trying to do relative imports: "from .main import main, TestProgram, USAGE_AS_MAIN".
History
Date User Action Args
2014-04-14 21:05:31terry.reedysetrecipients: + terry.reedy, loewis, techtonik, ezio.melotti, r.david.murray, docs@python, python-dev, eric.snow, mikehoy, mansam
2014-04-14 21:05:31terry.reedysetmessageid: <1397509531.15.0.931303906516.issue15104@psf.upfronthosting.co.za>
2014-04-14 21:05:31terry.reedylinkissue15104 messages
2014-04-14 21:05:30terry.reedycreate