Message 373332 - Python tracker
Message373332
| Author | gvanrossum |
|---|---|
| Recipients | BTaskaya, Peter Ludemann, carljm, corona10, eric.snow, gregory.p.smith, gvanrossum, hroncok, vstinner |
| Date | 2020-07-08.18:59:47 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1594234787.47.0.0169236378131.issue40360@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Can that be done as a 3rd party wrapper? Then you would be able to support older Python versions, and typed_ast (which can parse older Python grammars with a newer Python that's older than 3.8). Plus it would be much easier to get your code released -- no waiting for core devs to review it or waiting for the next CPython (bugfix or feature) release to get a bug fixed or small feature added. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-07-08 18:59:47 | gvanrossum | set | recipients: + gvanrossum, gregory.p.smith, vstinner, carljm, eric.snow, hroncok, corona10, BTaskaya, Peter Ludemann |
| 2020-07-08 18:59:47 | gvanrossum | set | messageid: <1594234787.47.0.0169236378131.issue40360@roundup.psfhosted.org> |
| 2020-07-08 18:59:47 | gvanrossum | link | issue40360 messages |
| 2020-07-08 18:59:47 | gvanrossum | create | |