Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd9264 commit f213d23Copy full SHA for f213d23
2 files changed
Misc/NEWS
@@ -32,6 +32,8 @@ Library
32
Build
33
-----
34
35
+- Backport r83399 to allow test_distutils to pass on installed versions.
36
+
37
- Issue #1303434: Generate ZIP file containing all PDBs (already done for rc1).
38
39
- Stop packaging versioncheck tool (already done for rc1).
Tools/msi/msi.py
@@ -1019,6 +1019,8 @@ def add_files(db):
1019
lib.glob("*.pem")
1020
lib.glob("*.pck")
1021
lib.add_file("zipdir.zip")
1022
+ if dir=='tests' and parent.physical=='distutils':
1023
+ lib.add_file("Setup.sample")
1024
if dir=='decimaltestdata':
1025
lib.glob("*.decTest")
1026
if dir=='output':
0 commit comments