On Wed, 19 Nov 2008 17:42:39 +0100 Mario Frasca <[EMAIL PROTECTED]> wrote: > On 2008-1119 11:15:52, D'Arcy J.M. Cain wrote: > > Does mx.DateTime give us anything that the standard module doesn't? If > > not I would like to get rid of it rather than depending on a third > > party package to build ours. > > why don't you turn it the other way round? > use datetime if it's there > and fall back to mx if datetime is not present... > > as far as I can tell, mx is only needed in the Python2.1 systems still
But the next version of PyGreSQL is dropping support for < 2.3 so that isn't an issue. The older PyGreSQL versions will continue to work on older Python versions. > don't know how much work it would be, but I think it would also be nice > if inside of the module one would see the names as defined in the standard > module, instead of the mx names... Yes, that would be a change that I would make at the same time. -- D'Arcy J.M. Cain PyGreSQL Development Group http://www.PyGreSQL.org _______________________________________________ PyGreSQL mailing list [email protected] http://mailman.vex.net/mailman/listinfo/pygresql
