bpo-31569: globally fix case for PCbuild where it was PCBuild#3711
bpo-31569: globally fix case for PCbuild where it was PCBuild#3711pfmoore merged 1 commit intopython:masterfrom
Conversation
|
Please open an issue on the bug tracker for discussing your changes. File systems on Windows are case-insensitive. It is not clear what is the canonical name of PCbuild. Wouldn't be easier to make a replace in the reverse direction? |
The directory was called |
1e4d331 to
af22f6c
Compare
|
this bug happened and I think it's need port back to all affected version. |
While setting up the development environment for Windows I've noticed
PCbuild/was sometimes written with a different case. This pull-requests replaces all occasions ofPCBuildwithPCbuild.https://bugs.python.org/issue31569