Message3376

Author pjenvey
Recipients fwierzbicki, pjenvey
Date 2008-07-31.19:49:07
SpamBayes Score 4.3166397e-06
Marked as misclassified No
Message-id <1217533747.94.0.91860430905.issue1091@psf.upfronthosting.co.za>
In-reply-to
Content
Jython 2.5a1+ (asm:5025:5029M, Jul 31 2008, 12:43:01) 
[Java HotSpot(TM) Client VM (Apple Inc.)] on java1.5.0_13
Type "help", "copyright", "credits" or "license" for more information.
>>> def foo():
... 	"""bar"""
Traceback (most recent call last):
  (no code object) at line 0
  File "<stdin>", line 0
	XXX: missing text
	^
SyntaxError: mismatched input null expecting NEWLINE (<stdin>, line 0)
>>> class Foo: 
... 	"""bar"""
Traceback (most recent call last):
  (no code object) at line 0
  File "<stdin>", line 0
	XXX: missing text
	^
SyntaxError: mismatched input null expecting NEWLINE (<stdin>, line 0)
History
Date User Action Args
2008-07-31 19:49:08pjenveysetrecipients: + pjenvey, fwierzbicki
2008-07-31 19:49:07pjenveysetmessageid: <1217533747.94.0.91860430905.issue1091@psf.upfronthosting.co.za>
2008-07-31 19:49:07pjenveylinkissue1091 messages
2008-07-31 19:49:07pjenveycreate