[issue42173] Drop Solaris support

2020-11-02 Thread John Gardner
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

[issue7531] datetime.timedelta doc has incorrect output

2009-12-17 Thread John Gardner
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