Ticket #11442: Python-pyexpat-patch

File Python-pyexpat-patch, 627 bytes (added by meissnem@…, 17 years ago)

Patch

Line 
1--- patch-setup.py      2007-02-17 14:34:20.000000000 -0600
2+++ patch-setup-new.py  2007-04-19 19:02:39.000000000 -0500
3@@ -5,7 +5,7 @@
4 
5  # This global variable is used to hold the list of modules to be disabled.
6 -disabled_module_list = []
7-+disabled_module_list = ["zlib","_hashlib","_ssl","_bsddb","_sqlite3","_tkinter","bz2","gdbm","readline","_curses","_curses_panel","pyexpat"]
8++disabled_module_list = ["zlib","_hashlib","_ssl","_bsddb","_sqlite3","_tkinter","bz2","gdbm","readline","_curses","_curses_panel"]
9 
10  def add_dir_to_list(dirlist, dir):
11      """Add the directory 'dir' to the list 'dirlist' (at the front) if