John Gardner added the comment:
Don't remove, it is still actively used by so many people. If the maintance
overhead of 700 lines is a large burdern, then I'm happy to take on whatever
work is required for it.
--
nosy: +jgardner100
New submission from John Gardner :
The output example for timedelta in datetime package has the wrong
output for the supplied commands.
For example:
>>> ten_years, ten_years.days // 365
(datetime.timedelta(3650), 10)
should be:
>>> ten_years, ten_years.days
(datetime.tim