[issue32802] Travis does not compile Python if there is one change in the Documentation

2018-02-08 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks! -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker ___ ___

[issue32802] Travis does not compile Python if there is one change in the Documentation

2018-02-08 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset fe92c441519d0c4fc93bb98fc1bb4e225dea44c4 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-32802: Fix Travis build (GH-5589) (GH-5591) https://github.com/python/cpython/commit/fe92c441519d0c4fc93bb98fc1bb4e225dea44c4 --

[issue32802] Travis does not compile Python if there is one change in the Documentation

2018-02-08 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset ad3997c592ee9b75fdcd44a0eaa51d748a2e2394 by Mariatta (Miss Islington (bot)) in branch '3.7': bpo-32802: Fix Travis build (GH-5589) (GH-5590) https://github.com/python/cpython/commit/ad3997c592ee9b75fdcd44a0eaa51d748a2e2394 --

[issue32802] Travis does not compile Python if there is one change in the Documentation

2018-02-08 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Good catch! Thanks Stéphane. I'm thinking it will be best for other PRs to rebase against this new travis configuration. But that seems like a lot of work... -- assignee: -> Mariatta stage: patch review -> backport needed ___

[issue32802] Travis does not compile Python if there is one change in the Documentation

2018-02-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +5408 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue32802] Travis does not compile Python if there is one change in the Documentation

2018-02-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +5407 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue32802] Travis does not compile Python if there is one change in the Documentation

2018-02-08 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 32921f90821ab54ffb757b7e996e5b7a71fac25e by Mariatta (Stéphane Wirtel) in branch 'master': bpo-32802: Fix Travis build (GH-5589) https://github.com/python/cpython/commit/32921f90821ab54ffb757b7e996e5b7a71fac25e -- nosy: +Mariatta

[issue32802] Travis does not compile Python if there is one change in the Documentation

2018-02-08 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- keywords: +patch pull_requests: +5406 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-l

[issue32802] Travis does not compile Python if there is one change in the Documentation

2018-02-08 Thread Stéphane Wirtel
New submission from Stéphane Wirtel : If there is one .rst file in a commit, Travis does not compile Python, since this commit https://github.com/python/cpython/commit/b2ec3615c81ca4f3c938245842a45956da8d5acb Here is a fix. -- messages: 311841 nosy: matrixise priority: normal severi