From: Vladimir I. <vla...@gm...> - 2005-11-09 07:33:05
|
Hi, while investigating why I can't access url's containing dots, I found that the dots in path segments are substituted with underscores (line 664 of _cphttptools.py). Both getattr and setattr accept attribute names containing dots, so my question is is that really necessary ? Regards, Vlado |