Message304348
>Storing the marker attribute in __main__ [...]
Can I request please not using __main__ for this? setuptools console_scripts are very common, which is a case where __main__ will be a generated (i.e. not user-controllable) file. Making application code import __main__ to set the flag would be brittle. |
|
| Date |
User |
Action |
Args |
| 2017-10-13 17:09:12 | habnabit | set | recipients:
+ habnabit, gvanrossum, ncoghlan, ned.deily, r.david.murray, eric.snow, serhiy.storchaka, dstufft, hawkowl |
| 2017-10-13 17:09:12 | habnabit | set | messageid: <1507914552.36.0.213398074469.issue31742@psf.upfronthosting.co.za> |
| 2017-10-13 17:09:12 | habnabit | link | issue31742 messages |
| 2017-10-13 17:09:12 | habnabit | create | |
|