slow loop?
Gerrit Holl
gerrit at nl.linux.org
Mon Jan 13 11:57:32 EST 2003
More information about the Python-list mailing list
Mon Jan 13 11:57:32 EST 2003
- Previous message (by thread): slow loop?
- Next message (by thread): slow loop?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Brian Kranson schreef op maandag 13 januari om 17:47:03 +0000: > if character == '"': > None This one is not about the speed, but you should use 'pass' here: http://www.python.org/dev/doc/devel/tut/node6.html#SECTION006500000000000000000 http://www.python.org/dev/doc/devel/ref/pass.html#l2h-327 yours, Gerrit. -- Asperger Syndroom - een persoonlijke benadering: http://people.nl.linux.org/~gerrit/ Het zijn tijden om je zelf met politiek te bemoeien: http://www.sp.nl/
- Previous message (by thread): slow loop?
- Next message (by thread): slow loop?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list