This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Setup file needs entries for collections, itertools, strop
Type: Stage:
Components: Build Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: nbajpai, rhettinger
Priority: normal Keywords:

Created on 2005-03-09 20:37 by nbajpai, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg24515 - (view) Author: Niraj Bajpai (nbajpai) Date: 2005-03-09 20:37
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
msg24516 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2005-03-09 23:48
Logged In: YES 
user_id=80475

Fixed.  See Modules/Setup.dist 1.50 and 1.48.2.1
History
Date User Action Args
2022-04-11 14:56:10adminsetgithub: 41675
2005-03-09 20:37:05nbajpaicreate