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 pablogsal
Recipients BTaskaya, gvanrossum, lukasz.langa, lys.nikolaou, pablogsal
Date 2020-10-07.21:16:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602105370.94.0.290301572003.issue41967@roundup.psfhosted.org>
In-reply-to
Content
>  I just wonder why bother
changing this unless we reproduce the spaces in the string exactly.

Maintenance reasons: it removes over 1000 lines of hand written code. Additionally, makes the compiler a bit faster because it does not need to transform the AST into a string.
History
Date User Action Args
2020-10-07 21:16:10pablogsalsetrecipients: + pablogsal, gvanrossum, lukasz.langa, lys.nikolaou, BTaskaya
2020-10-07 21:16:10pablogsalsetmessageid: <1602105370.94.0.290301572003.issue41967@roundup.psfhosted.org>
2020-10-07 21:16:10pablogsallinkissue41967 messages
2020-10-07 21:16:10pablogsalcreate