]> granicus.if.org Git - python/commit
Replace dynamic try/except with "if 0", to keep py2exe happy. If you
authorFredrik Lundh <fredrik@pythonware.com>
Wed, 13 Oct 2004 18:19:18 +0000 (18:19 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Wed, 13 Oct 2004 18:19:18 +0000 (18:19 +0000)
commit3e73a011d9c04b3460c05c2d026d2d8964b79cf3
tree36289c09096c48c61162a4934c28f7f74eaec3de
parent22dcf66f849c50c8bcb08537c02e8242ae6a0f4a
Replace dynamic try/except with "if 0", to keep py2exe happy.  If you
want to use pywin32 instead of _subprocess, you have to edit the file.
Lib/subprocess.py