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

2010-09-14 Thread Brett Cannon

Brett Cannon br...@python.org 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 rep...@bugs.python.org
http://bugs.python.org/issue9848
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 
arfrever@gmail.com:

_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, commented out reference 
to _weakref module, which also can be removed.

--
components: Build
messages: 116343
nosy: Arfrever, georg.brandl
priority: normal
severity: normal
status: open
title: setup.py contains needless references to built-in _weakref module
versions: Python 2.7, Python 3.1, Python 3.2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9848
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com