mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Package zip_cp437_header.zip.
Don't try to package subprocessdata/*.py twice.
This commit is contained in:
parent
7e8fe96c7a
commit
678fa9f5a9
1 changed files with 1 additions and 2 deletions
|
|
@ -1025,6 +1025,7 @@ def add_files(db):
|
|||
lib.glob("*.pem")
|
||||
lib.glob("*.pck")
|
||||
lib.glob("cfgparser.*")
|
||||
lib.add_file("zip_cp437_header.zip")
|
||||
lib.add_file("zipdir.zip")
|
||||
if dir=='capath':
|
||||
lib.glob("*.0")
|
||||
|
|
@ -1035,8 +1036,6 @@ def add_files(db):
|
|||
if dir=='xmltestdata':
|
||||
lib.glob("*.xml")
|
||||
lib.add_file("test.xml.out")
|
||||
if dir=='subprocessdata':
|
||||
lib.glob("*.py")
|
||||
if dir=='output':
|
||||
lib.glob("test_*")
|
||||
if dir=='sndhdrdata':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue