( 2.31.New operators: 'eq', 'ne', 'last', '..' ) ?
Fredrik Lundh
fredrik at pythonware.com
Wed Jan 19 15:52:03 EST 2000
More information about the Python-list mailing list
Wed Jan 19 15:52:03 EST 2000
- Previous message (by thread): ( 2.31.New operators: 'eq', 'ne', 'last', '..' ) ?
- Next message (by thread): ( 2.31.New operators: 'eq', 'ne', 'last', '..' ) ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Evguenii Smogailov <sei at sunse.jinr.ru> wrote: > New operators: > 1) 'eq' (like '=='); > 2) 'ne' (like '!=','<>'); > 3) 'last' (like 'continue'); > 4) '..' for generating sequences (like '1..20' or 'a..z'), > like in Perl. > > Generally for improving readability, > (and Perl compatibility). oh, come on. since when is "Perl compatibility" a guiding principle for Python's design? what's wrong with you folks? </F>
- Previous message (by thread): ( 2.31.New operators: 'eq', 'ne', 'last', '..' ) ?
- Next message (by thread): ( 2.31.New operators: 'eq', 'ne', 'last', '..' ) ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list