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

Reply via email to