[New-bugs-announce] [issue23491] PEP 441 - Improving Python Zip Application Support

Paul Moore report at bugs.python.org
Fri Feb 20 13:52:51 CET 2015


New submission from Paul Moore:

This is the patch for PEP 441 (Zip Application Support).

Steve, could you check the installer changes, please? I haven't managed to get a setup where I can test the installer, and I'm not aware of any WiX coding tools, so I just edited the XML files by hand with grep and vim, and checked that Tools/buildmsi.bat doesn't error in anything I wrote... (There's a CRC check error in TCL, but that was there before I made changes)

  light.exe : error LGHT0216: An unexpected Win32 exception with error code 0x17 occurred while accessing file 'C:\Work\Projects\cpython\externals\tcltk64\lib\tcl8.6\tzdata\America\Detroit': Data error (cyclic redundancy check) [C:\Work\Projects\cpython\Tools\msi\tcltk\tcltk.wixproj]

Also, I don't *think* I need to do anything for the new files in Doc\Lib, Lib and Lib\test to get picked up, but I'm not sure how to check that.

----------
assignee: steve.dower
components: Library (Lib)
files: pep441.patch
keywords: patch
messages: 236276
nosy: pmoore, steve.dower
priority: normal
severity: normal
status: open
title: PEP 441 - Improving Python Zip Application Support
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file38187/pep441.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23491>
_______________________________________


More information about the New-bugs-announce mailing list