Message173001
Patch to allow tokenize() accepts string is very simple, only 4 lines. But it requires a lot of documentation changes.
Then we can get rid of undocumented generate_tokens(). Note, stdlib an tools use only generate_tokens(), none uses tokenize(). Of course, it will be better if tokenize() will work with iterator protocol.
Here is a preliminary patch. I will be thankful for the help with the documentation and for the discussion.
Of course, it will be better if tokenize() will work with iterator protocol. |
|
Date |
User |
Action |
Args |
2012-10-15 20:48:44 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, terry.reedy, vstinner, Devin Jeanpierre, eric.araujo, eric.snow, petri.lehtinen |
2012-10-15 20:48:44 | serhiy.storchaka | set | messageid: <1350334124.33.0.546970507682.issue12486@psf.upfronthosting.co.za> |
2012-10-15 20:48:44 | serhiy.storchaka | link | issue12486 messages |
2012-10-15 20:48:44 | serhiy.storchaka | create | |
|