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 gvanrossum
Recipients
Date 2007-01-04.04:30:54
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I'm not sure it's right to just change the signature of the various functions in inspect.py; that would break all existing code using that module (and there definitely are other users besides pydoc).  It would be better to add new methods that provide access to the additional functionality.  Or do you think that everyone will have to change their code anyway?
History
Date User Action Args
2007-08-23 15:55:33adminlinkissue1607548 messages
2007-08-23 15:55:33admincreate