Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f213d23

Browse files
committed
Backport the distutils part of r83399 to fix #7645.
1 parent 9fd9264 commit f213d23

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Library
3232
Build
3333
-----
3434

35+
- Backport r83399 to allow test_distutils to pass on installed versions.
36+
3537
- Issue #1303434: Generate ZIP file containing all PDBs (already done for rc1).
3638

3739
- Stop packaging versioncheck tool (already done for rc1).

Tools/msi/msi.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,6 +1019,8 @@ def add_files(db):
10191019
lib.glob("*.pem")
10201020
lib.glob("*.pck")
10211021
lib.add_file("zipdir.zip")
1022+
if dir=='tests' and parent.physical=='distutils':
1023+
lib.add_file("Setup.sample")
10221024
if dir=='decimaltestdata':
10231025
lib.glob("*.decTest")
10241026
if dir=='output':

0 commit comments

Comments
 (0)