[Python-Dev] Change the repr for datetime.timedelta (was Re: Asynchronous context manager in a typical network server)

Andrew Barnert abarnert at yahoo.com
Mon Dec 21 19:20:54 EST 2015


On Dec 21, 2015, at 14:07, Chris Barker <chris.barker at noaa.gov> wrote:
> 
> and there are a LOT of next-to worthless docstrings in the stdlib -- it would be nice to clean them all up.
> 
> Is there any reason not to, other than someone having to do the work?

Is this just a matter of _datetimemodule.c (and various other things in the stdlib) not being (completely) argclinicified? Or is there something hairy about this type (and various other things in the stdlib) that makes them still useless even with argclinic?


More information about the Python-Dev mailing list