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 ubershmekel
Recipients ubershmekel
Date 2009-09-14.03:54:48
SpamBayes Score 2.9837388e-09
Marked as misclassified No
Message-id <1252900491.43.0.484997315775.issue6905@psf.upfronthosting.co.za>
In-reply-to
Content
>>> import inspect
>>> inspect.getargspec(print)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "F:\Python31\lib\inspect.py", line 787, in getargspec
    getfullargspec(func)
  File "F:\Python31\lib\inspect.py", line 814, in getfullargspec
    raise TypeError('arg is not a Python function')
TypeError: arg is not a Python function

Is this normal or a known issue? I couldn't find an existing ticket.
History
Date User Action Args
2009-09-14 03:54:51ubershmekelsetrecipients: + ubershmekel
2009-09-14 03:54:51ubershmekelsetmessageid: <1252900491.43.0.484997315775.issue6905@psf.upfronthosting.co.za>
2009-09-14 03:54:49ubershmekellinkissue6905 messages
2009-09-14 03:54:49ubershmekelcreate