Re: [SQLObject] SQLObject 1.6.0a1

2014-01-25 Thread Oleg Broytman
Hi, all! A month has passed... On Wed, Dec 25, 2013 at 04:55:37PM +0100, Oleg Broytman wrote: > On Wed, Dec 25, 2013 at 04:53:19PM +0100, Oleg Broytman > wrote: > > * DateTimeCol and TimeCol preserve microseconds. The feature requires > > Python 2.6+ because in Python 2.5 datetime.strptime do

Re: [SQLObject] SQLObject 1.6.0a1

2013-12-25 Thread Oleg Broytman
On Wed, Dec 25, 2013 at 04:53:19PM +0100, Oleg Broytman wrote: > * DateTimeCol and TimeCol preserve microseconds. The feature requires > Python 2.6+ because in Python 2.5 datetime.strptime doesn't support > '%f' format. This seems to be a fragile issue and I'd like to ask people to test it

[SQLObject] SQLObject 1.6.0a1

2013-12-25 Thread Oleg Broytman
Hello! I'm pleased to announce version 1.6.0a1, the first alpha of the upcoming release of branch 1.6 of SQLObject. What's new in SQLObject === Features & Interface * Python 2.4 is no longer supported. The minimal supported version is Python 2.5. * D