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 xdegaye
Recipients martin.panter, vstinner, xdegaye, yan12125
Date 2016-07-19.13:16:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468934207.97.0.947818462502.issue26662@psf.upfronthosting.co.za>
In-reply-to
Content
Following (and thanks to :) Martin's review and comments, this new patch:
* does not use the not portable '-e' echo option
* uses single quotes (') to avoid the escaping
* improves the error message

“make touch” does not always fix the problem, for example when Objects/typeslots.py has been modified or when this file has been touched, so it is not mentioned in the error message.
History
Date User Action Args
2016-07-19 13:16:48xdegayesetrecipients: + xdegaye, vstinner, martin.panter, yan12125
2016-07-19 13:16:47xdegayesetmessageid: <1468934207.97.0.947818462502.issue26662@psf.upfronthosting.co.za>
2016-07-19 13:16:47xdegayelinkissue26662 messages
2016-07-19 13:16:47xdegayecreate