Message8897

Author beachmachine
Recipients beachmachine
Date 2014-07-29.15:57:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406649446.72.0.685790567385.issue2184@psf.upfronthosting.co.za>
In-reply-to
Content
Jython 2.7b3+ (default:744d673392b4+, Jul 27 2014, 10:55:20) 
[OpenJDK 64-Bit Server VM (Oracle Corporation)] on java1.7.0_65
Type "help", "copyright", "credits" or "license" for more information.
>>> from inspect import getcallargs
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: cannot import name getcallargs
>>>

Python 2.7.5 (default, Jun 25 2014, 10:19:55) 
[GCC 4.8.2 20131212 (Red Hat 4.8.2-7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from inspect import getcallargs
>>>
History
Date User Action Args
2014-07-29 15:57:26beachmachinesetmessageid: <1406649446.72.0.685790567385.issue2184@psf.upfronthosting.co.za>
2014-07-29 15:57:26beachmachinesetrecipients: + beachmachine
2014-07-29 15:57:26beachmachinelinkissue2184 messages
2014-07-29 15:57:26beachmachinecreate