mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
SF bug #1193890: calendar.weekheader not found in __all__
This commit is contained in:
parent
20345fb8aa
commit
77d08bcfc2
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ import datetime
|
||||||
__all__ = ["error","setfirstweekday","firstweekday","isleap",
|
__all__ = ["error","setfirstweekday","firstweekday","isleap",
|
||||||
"leapdays","weekday","monthrange","monthcalendar",
|
"leapdays","weekday","monthrange","monthcalendar",
|
||||||
"prmonth","month","prcal","calendar","timegm",
|
"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)
|
# Exception raised for bad input (with string parameter for details)
|
||||||
error = ValueError
|
error = ValueError
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue