Message313591
> Why not just bless the existing generate_tokens() function as a public API
We're actually using generate_tokens() from IPython - we wanted a way to tokenize unicode strings, and although it's undocumented, it's been there for a number of releases and does what we want. So +1 to promoting it to a public API.
In fact, at the moment, IPython has its own copy of tokenize to fix one or two old issues. I'm trying to get rid of that and use the stdlib module again, which is how I came to notice that we're using an undocumented API. |
|
Date |
User |
Action |
Args |
2018-03-11 09:22:55 | takluyver | set | recipients:
+ takluyver, terry.reedy, vstinner, Devin Jeanpierre, eric.araujo, meador.inge, eric.snow, petri.lehtinen, martin.panter, serhiy.storchaka |
2018-03-11 09:22:55 | takluyver | set | messageid: <1520760175.59.0.467229070634.issue12486@psf.upfronthosting.co.za> |
2018-03-11 09:22:55 | takluyver | link | issue12486 messages |
2018-03-11 09:22:54 | takluyver | create | |
|