[Python-checkins] r70945 - in python/branches/py3k: Grammar/Grammar Include/code.h Include/compile.h Include/parsetok.h Include/pythonrun.h Lib/__future__.py Lib/test/test_flufl.py Parser/parser.c Parser/parsetok.c Parser/tokenizer.c Python/future.c Python/graminit.c Python/pythonrun.c

Eric Smith eric at trueblade.com
Wed Apr 1 10:55:40 CEST 2009


brett.cannon wrote:
> -comp_op: '<'|'>'|'=='|'>='|'<='|'!='|'in'|'not' 'in'|'is'|'is' 'not'
> +comp_op: '<'|'>'|'=='|'>='|'<='|'<>'|'!='|'in'|'not' 'in'|'is'|'is' 'not'

The PEP says that '<>' is the one true spelling, yet this leaves in '!='.

I realize we want to have a transition period where both are accepted. 
I'll get busy on switching the standard library over so we can keep the 
transition period to an ample 12 hour duration.

Eric.



More information about the Python-checkins mailing list