Anyone ever overridden a builtin by accident?
Lulu of the Lotus-Eaters
mertz at gnosis.cx
Sun Sep 7 00:06:17 EDT 2003
More information about the Python-list mailing list
Sun Sep 7 00:06:17 EDT 2003
- Previous message (by thread): Anyone ever overridden a builtin by accident?
- Next message (by thread): Anyone ever overridden a builtin by accident?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
|I had overridden the __builtin__ function by mistake. I had a script or two that used 'dict' as a variable name... which was fine, until Python 2.2. Since then, I've used 'dct' for the same purpose. But possibly something old is still sitting around with the problem. Yours, Lulu... -- Keeping medicines from the bloodstreams of the sick; food from the bellies of the hungry; books from the hands of the uneducated; technology from the underdeveloped; and putting advocates of freedom in prisons. Intellectual property is to the 21st century what the slave trade was to the 16th.
- Previous message (by thread): Anyone ever overridden a builtin by accident?
- Next message (by thread): Anyone ever overridden a builtin by accident?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list