Message3376
 
            
            
            
 
   
   
 
 
  
      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)  | 
   
  
 
|
 
| Date | 
User | 
Action | 
Args | 
 
| 2008-07-31 19:49:08 | pjenvey | set | recipients:
  + pjenvey, fwierzbicki |  
| 2008-07-31 19:49:07 | pjenvey | set | messageid: <1217533747.94.0.91860430905.issue1091@psf.upfronthosting.co.za> |  
| 2008-07-31 19:49:07 | pjenvey | link | issue1091 messages |  
| 2008-07-31 19:49:07 | pjenvey | create |  |  
 
 
 |