mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #27053: Updates make_zip.py to correctly generate library ZIP file.
This commit is contained in:
parent
3116cc44af
commit
d8bf09c6cd
2 changed files with 3 additions and 1 deletions
|
@ -556,6 +556,8 @@ Build
|
|||
Windows
|
||||
-------
|
||||
|
||||
- Issue #27053: Updates make_zip.py to correctly generate library ZIP file.
|
||||
|
||||
- Issue #26268: Update the prepare_ssl.py script to handle OpenSSL releases
|
||||
that don't include the contents of the include directory (that is, 1.0.2e
|
||||
and later).
|
||||
|
|
|
@ -89,7 +89,7 @@ EMBED_LAYOUT = [
|
|||
('/', 'PCBuild/$arch', 'python*.exe', is_not_debug),
|
||||
('/', 'PCBuild/$arch', '*.pyd', is_not_debug),
|
||||
('/', 'PCBuild/$arch', '*.dll', is_not_debug),
|
||||
('python35.zip', 'Lib', '**/*', include_in_lib),
|
||||
('python{0.major}{0.minor}.zip'.format(sys.version_info), 'Lib', '**/*', include_in_lib),
|
||||
]
|
||||
|
||||
if os.getenv('DOC_FILENAME'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue