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 benjamin.peterson, malthe, martin.panter, r.david.murray
Date 2016-10-15.21:04:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476565456.94.0.759780066567.issue28143@psf.upfronthosting.co.za>
In-reply-to
Content
Are you sure about adding the space after tab? I am no Python 2 expert, but I don’t see it:

$ python2 -c 'print "\t", "<item>"' | cat -A
^I<item>$

Anyway, I’m not happy applying this patch unless it is clear that raising the Python version required to rebuild ASDL stuff is okay in the 2.7 branch. Maybe a query to the python-dev mail list might help.
History
Date User Action Args
2016-10-15 21:04:16martin.pantersetrecipients: + martin.panter, benjamin.peterson, r.david.murray, malthe
2016-10-15 21:04:16martin.pantersetmessageid: <1476565456.94.0.759780066567.issue28143@psf.upfronthosting.co.za>
2016-10-15 21:04:16martin.panterlinkissue28143 messages
2016-10-15 21:04:16martin.pantercreate