Bugs item #1193890, was opened at 2005-05-02 10:56 Message generated for change (Comment added) made by rhettinger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1193890&group_id=5470
Category: Python Library Group: Python 2.4 >Status: Closed >Resolution: Accepted Priority: 5 Submitted By: George Yoshida (quiver) Assigned to: Nobody/Anonymous (nobody) Summary: calendar.weekheader not found in __all__ Initial Comment: calendar.weekheader is documented and a public function form its beginning but not included in calendar.__all__. So >>> from calendar import *; weekheader triggers a NameError. Fix is trivial. Just add 'weekheader' to __all__. ---------------------------------------------------------------------- >Comment By: Raymond Hettinger (rhettinger) Date: 2005-05-09 22:22 Message: Logged In: YES user_id=80475 Lib/calendar.py 1.36 and 1.35.2.1 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1193890&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com