New submission from Andreas Stührk <andy-pyt...@hammerhartes.de>:

There is some code in the inspect module that is now with the removal of tuple 
unpacking in arguments in Python 3 no longer needed. The mentioned code does 
not even work with Python 3 (because ``len(map(...))`` will raise a TypeError).

The attached patch removes the dead code.

----------
components: Library (Lib)
files: dead_code_removed.patch
keywords: patch
messages: 114925
nosy: Trundle
priority: normal
severity: normal
status: open
title: Dead code in pyk inspect module
versions: Python 3.1, Python 3.2
Added file: http://bugs.python.org/file18643/dead_code_removed.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9683>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to