Message90448
| Author | pitrou |
|---|---|
| Recipients | akr, barry, benjamin.peterson, glyph, gregory.p.smith, iankko, loewis, pitrou, psss, thoger |
| Date | 2009-07-12.15:43:32 |
| SpamBayes Score | 1.2308922e-08 |
| Marked as misclassified | No |
| Message-id | <1247413414.26.0.178390933713.issue5753@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Tomas, your patch is breaking an existing API, which may break existing uses (I'm not sure which ones, but people are doing lots of things with Python). That's why I proposed a separate API, which has the additional benefit of making things clearer rather than muddier. Besides, parsing of command line flags is already done in Modules/main.c, we shouldn't repeat it in sysmodule.c. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-07-12 15:43:34 | pitrou | set | recipients: + pitrou, loewis, barry, gregory.p.smith, benjamin.peterson, glyph, psss, iankko, akr, thoger |
| 2009-07-12 15:43:34 | pitrou | set | messageid: <1247413414.26.0.178390933713.issue5753@psf.upfronthosting.co.za> |
| 2009-07-12 15:43:33 | pitrou | link | issue5753 messages |
| 2009-07-12 15:43:33 | pitrou | create | |