Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 77d08bc

Browse files
committed
SF bug #1193890: calendar.weekheader not found in __all__
1 parent 20345fb commit 77d08bc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lib/calendar.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
__all__ = ["error","setfirstweekday","firstweekday","isleap",
1111
"leapdays","weekday","monthrange","monthcalendar",
1212
"prmonth","month","prcal","calendar","timegm",
13-
"month_name", "month_abbr", "day_name", "day_abbr"]
13+
"month_name", "month_abbr", "day_name", "day_abbr",
14+
"weekheader"]
1415

1516
# Exception raised for bad input (with string parameter for details)
1617
error = ValueError

0 commit comments

Comments
 (0)