demandimport: blacklist pythoncom
win32com.shell would segfault at import time if pythoncom
was demand loaded.
--- a/mercurial/demandimport.py Fri Mar 20 14:38:50 2009 -0500
+++ b/mercurial/demandimport.py Mon Mar 09 21:00:37 2009 -0500
@@ -117,6 +117,7 @@
'_xmlplus',
'fcntl',
'win32com.gen_py',
+ 'pythoncom',
# imported by tarfile, not available under Windows
'pwd',
'grp',