[Python-checkins] r46049 - peps/trunk/pep-0356.txt

george.yoshida python-checkins at python.org
Fri May 19 18:51:58 CEST 2006


Author: george.yoshida
Date: Fri May 19 18:51:58 2006
New Revision: 46049

Modified:
   peps/trunk/pep-0356.txt
Log:
Bug #1474677 is fixed in r46045.
Many thanks to Georg and Neal.


Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Fri May 19 18:51:58 2006
@@ -156,8 +156,6 @@
 
     - AST compiler problems
       (Owner: Jeremy Hylton)
-       * http://python.org/sf/1474677  foo(b=1, 2) doesn't raise SyntaxError
-
        * eval(str(-sys.maxint - 1)) should produce an int, not long.
          when a constant it should not be stored in co_consts
 


More information about the Python-checkins mailing list