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.

classification
Title: Update Doc\make.bat on 2.7 to bring it on par to master version
Type: enhancement Stage: resolved
Components: Windows Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: steve.dower Nosy List: adelfino, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords: patch

Created on 2018-06-12 15:06 by adelfino, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 7667 merged adelfino, 2018-06-12 15:06
Messages (6)
msg319392 - (view) Author: Andrés Delfino (adelfino) * (Python triager) Date: 2018-06-12 15:06
PR makes the necessary changes to make Doc\make.bat the same as the master version, except some small differences.

This should help backports.
msg319412 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2018-06-12 23:34
Hopefully there aren't that many more fixes needed to this scripts - you've done a great job clearing up the issues!

Any reason not to merge right now? I notice your commit message simply reads "Initial commit"
msg319414 - (view) Author: Andrés Delfino (adelfino) * (Python triager) Date: 2018-06-13 00:02
Not really. I name all my first commits "Initial commit" as you gals/guys rename it anyways, and, also, it's usual to be asked for changes :)

I might change my mind after my initial commit, but I only make pull requests when the first commit _seems_ final to me at the time.

PS: Thank you for your words! :)
msg319415 - (view) Author: Andrés Delfino (adelfino) * (Python triager) Date: 2018-06-13 00:03
I think I wasn't clear: I see no reason to not merge this right now.
msg319416 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2018-06-13 00:31
New changeset 42ca8367ceb59021bbf5e5fb4fd0268d3411c0a4 by Steve Dower (Andrés Delfino) in branch '2.7':
bpo-33845: Update Doc\make.bat on 2.7 to bring it on par to master version (GH-7667)
https://github.com/python/cpython/commit/42ca8367ceb59021bbf5e5fb4fd0268d3411c0a4
msg319417 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2018-06-13 00:31
Merged!

We don't normally change the name (except to update the GH-7667 reference at the end), but once there's more than one commit GitHub will use the PR title instead of the commit message.
History
Date User Action Args
2022-04-11 14:59:01adminsetgithub: 78026
2018-06-13 00:32:00steve.dowersetstatus: open -> closed
messages: + msg319417

assignee: steve.dower
resolution: fixed
stage: patch review -> resolved
2018-06-13 00:31:07steve.dowersetmessages: + msg319416
2018-06-13 00:03:35adelfinosetmessages: + msg319415
2018-06-13 00:02:28adelfinosetmessages: + msg319414
2018-06-12 23:34:52steve.dowersetmessages: + msg319412
2018-06-12 15:06:58adelfinosetkeywords: + patch
stage: patch review
pull_requests: + pull_request7282
2018-06-12 15:06:34adelfinocreate