Anthony Tuininga

Results 351 comments of Anthony Tuininga

I just ran my own set of tests using the existing C API and then a second set calling the datetime.datetime() constructor instead (using PyObject_Call). This is for calling var.getvalue()...

> Yeah, that seems like a good idea to request it. I've added a [Python enhancement](http://bugs.python.org/issue30155) to track it. > You would still have to create tzinfo objects using the...

> > > "Fancy" time zone based on the TZ database, which keep track of daylight savings changes and all that mess. In Python, these are implemented in pytz, which...

No progress as I am waiting on this [Python enhancement](https://bugs.python.org/issue30155) and nothing has been happening on that front, unfortunately. It would be possible to use the straightforward Python API, but...

Yes, I saw that. That's great! The interesting part is that I need to support older versions of Python as well for some time to come. Once I get a...

Thanks. I'll take a look at implementing this. It will probably be a few weeks, though, as I have a conference to prepare for and attend!

Sorry! I lost sight of this. I'll take a look again. Do you have the same needs as the original poster? Or did you have a different reason for wanting...

Thanks for letting me know. I have an idea of what can be done to implement this in a reasonable way -- and hopefully in a reasonable period of time,...

I believe that has to do with *display* of the value and not specifically to do with how it is represented internally. We can add a note to the documentation,...