[Python-Dev] Re: ANNOUNCE: 'goto' for Python (original) (raw)
Greg Ewing greg at cosc.canterbury.ac.nz
Thu Apr 1 21:31:06 EST 2004
- Previous message: [Python-Dev] Re: ANNOUNCE: 'goto' for Python
- Next message: [Python-Dev] Re: ANNOUNCE: 'goto' for Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Mike Rovner <mike at nospam.com>:
Shall I file a bug about python lexer which allows space between class and attribute? Or that's a fiature?
It's certainly not a bug. An identifier and a dot following it are separate lexical tokens, so whitespace should be allowed between them in the interests of consistency, even if it's not all that useful.
Greg Ewing, Computer Science Dept, +--------------------------------------+ University of Canterbury, | A citizen of NewZealandCorp, a | Christchurch, New Zealand | wholly-owned subsidiary of USA Inc. | greg at cosc.canterbury.ac.nz +--------------------------------------+
- Previous message: [Python-Dev] Re: ANNOUNCE: 'goto' for Python
- Next message: [Python-Dev] Re: ANNOUNCE: 'goto' for Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]