This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Trundle
Recipients Trundle
Date 2010-08-25.19:13:40
SpamBayes Score 5.4934617e-07
Marked as misclassified No
Message-id <1282763623.07.0.68649497821.issue9683@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-08-25 19:13:43Trundlesetrecipients: + Trundle
2010-08-25 19:13:43Trundlesetmessageid: <1282763623.07.0.68649497821.issue9683@psf.upfronthosting.co.za>
2010-08-25 19:13:41Trundlelinkissue9683 messages
2010-08-25 19:13:41Trundlecreate