[issue9848] setup.py contains needless references to built-in _weakref module

2010-09-14 Thread Brett Cannon
Brett Cannon added the comment: Fixed in r84819 for 3.2. No point in backporting since it doesn't hurt anything. Thanks for the report! -- assignee: -> brett.cannon nosy: +brett.cannon resolution: -> fixed status: open -> closed ___ Python tracker

[issue9848] setup.py contains needless references to built-in _weakref module

2010-09-13 Thread Arfrever Frehtes Taifersar Arahesis
New submission from Arfrever Frehtes Taifersar Arahesis : _weakref module is a built-in module in Python 3 since r58602, but references to _weakref module in setup.py haven't been removed. They can be removed in py3k and 3.1 branches. setup.py in 2.7 branch (since r84233) contains unused, com