[ python-Bugs-1160187 ] Setup file needs entries for collections, itertools, strop

SourceForge.net noreply at sourceforge.net
Wed Mar 9 21:37:05 CET 2005


Bugs item #1160187, was opened at 2005-03-09 15:37
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1160187&group_id=5470

Category: Build
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Niraj Bajpai (nbajpai)
Assigned to: Nobody/Anonymous (nobody)
Summary: Setup file needs entries for collections, itertools, strop 

Initial Comment:
For static builds in python2.4, Setup file under Modules 
directory needs entries for collections, itertools, strop and 
_random modules.

I have made following entries in my Setup file for static 
python build (which can work in self served / isolated 
environments)

_random _randommodule.c
collections collectionsmodule.c
itertools itertoolsmodule.c
strop stropmodule.c

Thanks,
Niraj


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1160187&group_id=5470


More information about the Python-bugs-list mailing list