Message8897
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
>>> |
|
Date |
User |
Action |
Args |
2014-07-29 15:57:26 | beachmachine | set | messageid: <1406649446.72.0.685790567385.issue2184@psf.upfronthosting.co.za> |
2014-07-29 15:57:26 | beachmachine | set | recipients:
+ beachmachine |
2014-07-29 15:57:26 | beachmachine | link | issue2184 messages |
2014-07-29 15:57:26 | beachmachine | create | |
|