Kaydet (Commit) 77d08bcf authored tarafından Raymond Hettinger's avatar Raymond Hettinger

SF bug #1193890: calendar.weekheader not found in __all__

üst 20345fb8
......@@ -10,7 +10,8 @@ import datetime
__all__ = ["error","setfirstweekday","firstweekday","isleap",
"leapdays","weekday","monthrange","monthcalendar",
"prmonth","month","prcal","calendar","timegm",
"month_name", "month_abbr", "day_name", "day_abbr"]
"month_name", "month_abbr", "day_name", "day_abbr",
"weekheader"]
# Exception raised for bad input (with string parameter for details)
error = ValueError
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment