mirror of
https://github.com/python/cpython.git
synced 2025-08-31 22:18:28 +00:00
bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)
This commit is contained in:
parent
8110dbd470
commit
f1502d097c
22 changed files with 44 additions and 43 deletions
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
@ -35,7 +35,7 @@ Python/bootstrap_hash.c @python/crypto-team
|
|||
|
||||
# Windows
|
||||
/PC/ @python/windows-team
|
||||
/PCBuild/ @python/windows-team
|
||||
/PCbuild/ @python/windows-team
|
||||
|
||||
# Windows installer packages
|
||||
/Tools/msi/ @python/windows-team
|
||||
|
|
2
.github/appveyor.yml
vendored
2
.github/appveyor.yml
vendored
|
@ -28,7 +28,7 @@ only_commits:
|
|||
- Modules/
|
||||
- Objects/
|
||||
- PC/
|
||||
- PCBuild/
|
||||
- PCbuild/
|
||||
- Parser/
|
||||
- Programs/
|
||||
- Python/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue