View Single Post
Old Jun 3rd, 2006, 11:14 AM   #10
Cerulean
Professional Programmer
 
Cerulean's Avatar
 
Join Date: Apr 2005
Location: London, England
Posts: 459
Rep Power: 4 Cerulean is on a distinguished road
Quote:
I did the setattr because it's a bad habit to use function names that are reserved.
Where did you get that from? You're still using function names that are reserved, just going about it indirectly using setattr. Of course it's fine to use names from functions that are built in (otherwise there wouldn't be 'read' methods on all the nice file-like objects).
Cerulean is offline   Reply With Quote