[Python-Dev] datetime nanosecond support

2012-07-24 Thread Vincenzo Ampolo
delays or round trip times. More about this issue at http://bugs.python.org/issue15443 I completely agree with the YAGNI principle that seems to have driven decisions in this area until now but It is the case to reconsider it since this real use case has shown up? Thank you for your attention

Re: [Python-Dev] datetime nanosecond support

2012-07-24 Thread Vincenzo Ampolo
ccomplish it (also suggested by the #postgresql on freenode) is to store the timestamp with nanosecond (like 1343158283.880338907242) as bigint and let the ORM (so a python ORM) do all the conversion job. An yet again, having nanosecond support in datetime would make things much more easy. While

Re: [Python-Dev] datetime nanosecond support

2012-07-25 Thread Vincenzo Ampolo
s soon as you are in favour of adding nanosecond support we can start addressing them. I'm sure there would be other people here that would like to participate to those issues too. > > But let me be clear -- are you willing to help implement any of this? > You can't

Re: [Python-Dev] datetime nanosecond support. list of proposals

2012-07-28 Thread Vincenzo Ampolo
Thank you. Best Regards, -- Vincenzo Ampolo http://vincenzo-ampolo.net http://goshawknest.wordpress.com ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/