Hard to find bugs, misleading exceptions
Tim Peters
tim_one at email.msn.com
Fri Feb 28 19:40:33 EST 2003
More information about the Python-list mailing list
Fri Feb 28 19:40:33 EST 2003
- Previous message (by thread): Hard to find bugs, misleading exceptions
- Next message (by thread): maximum recursion depth is reducing?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[Michael Hudson] > I think C is a touch inconsistent. I'm fairly sure the trailing comma > is pedantically illegal in an enum declaration. [Erik Max Francis] > Yes, it does. I think this is generally considered an oversight. I > don't know if it was corrected in C99 (I don't have the energy to check > right now :-). Yes, C99 went out of its way to allow a trailing comma in an enum declaration. In about 10 years, maybe we can even rely on it <wink>.
- Previous message (by thread): Hard to find bugs, misleading exceptions
- Next message (by thread): maximum recursion depth is reducing?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list