Loop until condition is true
Benji York
benji at benjiyork.com
Thu Jun 23 11:54:46 EDT 2005
More information about the Python-list mailing list
Thu Jun 23 11:54:46 EDT 2005
- Previous message (by thread): Loop until condition is true
- Next message (by thread): Loop until condition is true
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Mike Meyer wrote: > Making None a constant broke existing code (and I just saw old code > that assigned to None). Are True and False that much more common as > variable names than None? I would think so. I know that my pre-booleans-in-Python code routinely did something like "from booleans import True, False". Of course the fix is easy, but it still must be applied before the code will run. -- Benji York
- Previous message (by thread): Loop until condition is true
- Next message (by thread): Loop until condition is true
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list