Re: Python changes

2010-10-28 Thread Teenan
On Thu, 2010-10-28 at 15:03 -0400, Craig McRoberts wrote: > Thanks for the prompt replies. Sounds like it's time to hit a bookstore. > > Craig McRoberts You could do a lot worse than getting 'Dive into Python' (There's even a nice new version just for python 3.0) hmmm bookstore.. those are the t

Re: Class extension confusion :(

2010-11-10 Thread Teenan
thing about that the __init__ shouldn't be overriden for the HTTPRequestHandler class, so I wouldn't go down that route. Teenan. On Wed, Nov 10, 2010 at 5:45 AM, r0g wrote: > I have a subclass of BaseHHTPRequestHandler which uses a dictonary "paths" > and a function &quo