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

SourceForge.net noreply at sourceforge.net
Thu Mar 10 00:48:55 CET 2005


Bugs item #1160187, was opened at 2005-03-09 15:37
Message generated for change (Settings changed) made by rhettinger
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: Closed
>Resolution: Fixed
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


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

Comment By: Raymond Hettinger (rhettinger)
Date: 2005-03-09 18:48

Message:
Logged In: YES 
user_id=80475

Fixed.  See Modules/Setup.dist 1.50 and 1.48.2.1


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

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