Guido van Rossum 4b499dd3fb - Finally fixed the bug in compile() and exec where a string ending
with an indented code block but no newline would raise SyntaxError.
  This would have been a four-line change in parsetok.c...  Except
  codeop.py depends on this behavior, so a compilation flag had to be
  invented that causes the tokenizer to revert to the old behavior;
  this required extra changes to 2 .h files, 2 .c files, and 2 .py
  files.  (Fixes SF bug #501622.)
2003-02-13 22:07:59 +00:00
..
2003-02-12 16:57:47 +00:00
2002-06-11 06:22:31 +00:00
2002-01-23 15:51:12 +00:00
2002-08-15 14:59:02 +00:00
2003-02-12 23:02:21 +00:00
2002-12-30 22:08:05 +00:00
2002-07-30 11:44:44 +00:00
2002-11-08 12:53:11 +00:00
2002-06-11 06:22:31 +00:00
2002-08-15 14:59:02 +00:00