Ticket #14342 (closed enhancement: wontfix)
python25 drops modules by default, but python24 doesn't
| Reported by: | ebgssth@… | Owned by: | akira@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | python | Cc: | mww@… |
| Port: | python25 python24 |
Description
Python2.5 disables common modules by default, but python2.4 doesn't. See dports/lang/python25/files/patch-setup.py
# This global variable is used to hold the list of modules to be disabled. -disabled_module_list = [] +disabled_module_list = ["zlib","_hashlib","_ssl","_bsddb","_sqlite3","_tkinter","bz2","gdbm","readline","_curses","_curses_panel"]
IMHO, all python pors should be as similar as they can be.
Change History
Note: See
TracTickets for help on using
tickets.

