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 Peter Ludemann
Recipients BTaskaya, Peter Ludemann, carljm, corona10, eric.snow, gregory.p.smith, gvanrossum, hroncok, vstinner
Date 2020-07-08.17:38:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594229892.05.0.625513060315.issue40360@roundup.psfhosted.org>
In-reply-to
Content
I've written up a proposal for adding "whitespace" handling to the ast module:
https://mail.python.org/archives/list/python-ideas@python.org/thread/X2HJ6I6XLIGRZDB27HRHIVQC3RXNZAY4/

I don't think it's a "summer-of-code-sized project", mainly because I already have various bits of code that handle the fiddly byte/str offset conversions.
History
Date User Action Args
2020-07-08 17:38:12Peter Ludemannsetrecipients: + Peter Ludemann, gvanrossum, gregory.p.smith, vstinner, carljm, eric.snow, hroncok, corona10, BTaskaya
2020-07-08 17:38:12Peter Ludemannsetmessageid: <1594229892.05.0.625513060315.issue40360@roundup.psfhosted.org>
2020-07-08 17:38:12Peter Ludemannlinkissue40360 messages
2020-07-08 17:38:12Peter Ludemanncreate