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: Add PCbuild/blurb.bat
Type: Stage: resolved
Components: Build, Windows Versions: Python 3.10
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: steve.dower Nosy List: paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords: patch

Created on 2021-04-22 19:04 by steve.dower, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 25528 merged steve.dower, 2021-04-22 19:05
Messages (3)
msg391623 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2021-04-22 19:04
I'm sick of writing long commands to invoke blurb, so add a batch file to do it.
msg391624 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2021-04-22 19:06
Well, it's not so much the long command line, as having to remember which install of Python has blurb in it. This way, it's always the same one (and probably the copy that we installed into externals)
msg391626 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2021-04-22 19:45
New changeset a911bd15a19824c92af8e90b63af4a84a9670222 by Steve Dower in branch 'master':
bpo-43915: Add PCbuild/blurb.bat to simplify Windows contributors (GH-25528)
https://github.com/python/cpython/commit/a911bd15a19824c92af8e90b63af4a84a9670222
History
Date User Action Args
2022-04-11 14:59:44adminsetgithub: 88081
2021-04-22 19:46:21steve.dowersetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2021-04-22 19:45:54steve.dowersetmessages: + msg391626
2021-04-22 19:06:32steve.dowersetmessages: + msg391624
2021-04-22 19:05:29steve.dowersetkeywords: + patch
stage: patch review
pull_requests: + pull_request24247
2021-04-22 19:04:40steve.dowercreate