Re: [Tutor] python at midnight

2010-11-17 Thread ingo
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

Re: [Tutor] python at midnight

2010-11-14 Thread ingo
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

Re: [Tutor] python at midnight

2010-11-14 Thread Steven D'Aprano
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: