- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message354925
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 | Michel Desmoulin |
|---|---|
| Recipients | Michel Desmoulin, ncoghlan, r.david.murray, vstinner, xtreak, yselivanov |
| Date | 2019-10-18.22:29:42 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1571437783.01.0.393507432395.issue20443@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Isn't that change breaking compat ? I'm assuming many scripts in the wild sys.argv[0] and play with it assuming it's relative. I would expect such a change to be behind a flag or a __future__ import. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-10-18 22:29:43 | Michel Desmoulin | set | recipients: + Michel Desmoulin, ncoghlan, vstinner, r.david.murray, yselivanov, xtreak |
| 2019-10-18 22:29:43 | Michel Desmoulin | set | messageid: <1571437783.01.0.393507432395.issue20443@roundup.psfhosted.org> |
| 2019-10-18 22:29:42 | Michel Desmoulin | link | issue20443 messages |
| 2019-10-18 22:29:42 | Michel Desmoulin | create | |

