Issue 1506340: Add some dicts to datetime module (original) (raw)

I think it would be nice to have dicts like

weekdays = {0:'Monday', ...} isoweekdays = {1:'Monday', ...} months = {1:'January', ...}

in the datetime module. IMO they are rather usefull.

-- Regards, Gregory.