Message3775

Author pjenvey
Recipients pjenvey, sergei175
Date 2008-11-11.23:33:03
SpamBayes Score 1.4466048e-09
Marked as misclassified No
Message-id <1226446383.41.0.110382136266.issue1170@psf.upfronthosting.co.za>
In-reply-to
Content
Redirecting is working for me:

Jython 2.5b0 (trunk:5540, Oct 31 2008, 13:55:41) 
[Java HotSpot(TM) 64-Bit Server VM (Apple Inc.)] on java1.6.0_07
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> from StringIO import StringIO
>>> sys.stderr = StringIO()
>>> H"    
>>> print sys.stderr.getvalue()
Traceback (most recent call last):
  (no code object) at line 0
  File "<stdin>", line 1
	H"
	 ^
SyntaxError: line 1:2 no viable alternative at character '\n' (<stdin>, 
line 1)

>>>
History
Date User Action Args
2008-11-11 23:33:03pjenveysetmessageid: <1226446383.41.0.110382136266.issue1170@psf.upfronthosting.co.za>
2008-11-11 23:33:03pjenveysetrecipients: + pjenvey, sergei175
2008-11-11 23:33:03pjenveylinkissue1170 messages
2008-11-11 23:33:03pjenveycreate