Message5531

Author thijs
Recipients glyph, pjenvey, thijs, wmeissner
Date 2010-02-15.18:15:05
SpamBayes Score 3.4321051e-06
Marked as misclassified No
Message-id <1266257705.22.0.450684243707.issue1518@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks guys, that fixed it:

Jython 2.5.1+ (trunk:6980, Feb 15 2010, 19:03:47) 
[Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.)] on java1.5.0_06
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.getpid()
17210
>>>
History
Date User Action Args
2010-02-15 18:15:05thijssetmessageid: <1266257705.22.0.450684243707.issue1518@psf.upfronthosting.co.za>
2010-02-15 18:15:05thijssetrecipients: + thijs, pjenvey, glyph, wmeissner
2010-02-15 18:15:05thijslinkissue1518 messages
2010-02-15 18:15:05thijscreate