[issue16972] Useless function call in site.py

Brett Cannon report at bugs.python.org
Fri Jan 18 19:37:53 CET 2013


Brett Cannon added the comment:

I suspect Kirill is right, although the function that calls addpackage() in site.py always passes in a value, so it won't change anything for Python itself, only third-party code. And addpackage() has been that way since 2004. But, in looking at the function itself, the function seems wrong without the change, so I say fix it in 3.4 but leave it out of 3.3.

And honestly that whole module needs to be cleaned up (again).

----------
assignee:  -> brett.cannon
stage: patch review -> commit review

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16972>
_______________________________________


More information about the Python-bugs-list mailing list