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 martin.panter
Recipients ark3, martin.panter, meador.inge, michael.foord, ncoghlan, takluyver, vstinner
Date 2015-10-05.05:14:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444022070.6.0.0240550131815.issue9969@psf.upfronthosting.co.za>
In-reply-to
Content
Actually maybe Issue 12486 is good enough to fix this too. With the patch proposed there, tokenize_basestring("source") would just be equivalent to

tokenize(StringIO("source").readline)
History
Date User Action Args
2015-10-05 05:14:30martin.pantersetrecipients: + martin.panter, ncoghlan, vstinner, michael.foord, meador.inge, ark3, takluyver
2015-10-05 05:14:30martin.pantersetmessageid: <1444022070.6.0.0240550131815.issue9969@psf.upfronthosting.co.za>
2015-10-05 05:14:30martin.panterlinkissue9969 messages
2015-10-05 05:14:30martin.pantercreate