Show
Ignore:
Timestamp:
08/19/08 06:14:58 (5 months ago)
Author:
Chuck.Esterbrook
Message:

Fixed: Putting a comment after a doc string, but before a test section causes an invalid compilation error.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/Developer/IntermediateReleaseNotes.text

    r1581 r1585  
    103103 
    104104* Fixed: Some bitwise operations with integer literals of 16 or 8 bits produce invalid compilation errors. 
     105 
     106* Fixed: Putting a comment after a doc string, but before a `test` section causes an invalid compilation error.