Re: sub-classing datetime

2013-02-07 Thread marduk
On Thu, Feb 7, 2013, at 10:13 AM, Colin J. Williams wrote: > I'm just making the transition from 2 to 3 for one module. > > With Python 2.7, I had the benefit of mx datetime, but this is not yet > available for Python 3.2. > > I find that the 3.2 datetime is not subclassable, for reasons that

sub-classing datetime

2013-02-07 Thread Colin J. Williams
I'm just making the transition from 2 to 3 for one module. With Python 2.7, I had the benefit of mx datetime, but this is not yet available for Python 3.2. I find that the 3.2 datetime is not subclassable, for reasons that were known some years back. It would help if there was a note in the