On Sun, Nov 14, 2010 at 11:48 PM, Steven D'Aprano wrote:
>> How to get this functionality added to Python?
>
> Make a feature request on the Python bug tracker:
>
> http://bugs.python.org/
done: http://bugs.python.org/issue10427
i.
___
Tutor maillist
On Sun, Nov 14, 2010 at 11:48 PM, Steven D'Aprano wrote:
>
> Write a wrapper function:
>
Thanks Steve, with this in hand I think I can solve the main problems for now
i.
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription opt
ingo wrote:
[...]
Questions,
Is there a date time library that accepts the 24:00? mxDateTime doesn't.
I don't know of any.
Is there a way to set the limit 'from the outside' (subclassing???) or
a simple way around?
Write a wrapper function:
#Untested
def datetime24(*args):
try: