Message270824
| 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:48 | xdegaye | set | recipients:
+ xdegaye, vstinner, martin.panter, yan12125 |
| 2016-07-19 13:16:47 | xdegaye | set | messageid: <1468934207.97.0.947818462502.issue26662@psf.upfronthosting.co.za> |
| 2016-07-19 13:16:47 | xdegaye | link | issue26662 messages |
| 2016-07-19 13:16:47 | xdegaye | create | |
|