Bugs item #1459103, was opened at 2006-03-27 09:03 Message generated for change (Comment added) made by pylucid You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1459103&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Documentation Group: Python 2.4 Status: Closed Resolution: Works For Me Priority: 5 Submitted By: Jens Diemer (pylucid) Assigned to: Nobody/Anonymous (nobody) Summary: missing links beetween strftime()'s... Initial Comment: Ther are a few strftime(): strftime() (date method) strftime() (datetime method) strftime() (in module time) strftime() (time method) http://starship.python.net/crew/theller/pyhelp.cgi?keyword=strftime&version=current But only in time.strftime() is the directives table: http://docs.python.org/lib/module-time.html#l2h-1955 That's ok, if there is a Link directly to this table, in the other modules. I suggest: set Links in the other modules to the directives table in module time. ---------------------------------------------------------------------- >Comment By: Jens Diemer (pylucid) Date: 2006-03-28 14:10 Message: Logged In: YES user_id=1330780 Yes, there is the comment "See the section on strftime() behavior." But that helps not much. I find it should be called in such a way: "See strftime() in module time" or similarly. And there are no links! Not in the CHM version and not in the online version... In the online Version the link should go to this page: http://docs.python.org/lib/module-time.html#l2h-1955 ---------------------------------------------------------------------- Comment By: Georg Brandl (gbrandl) Date: 2006-03-28 00:14 Message: Logged In: YES user_id=849994 All the datetime methods refer to the "section of strftime() behavior" which is important to know. From there, there is a link to time.strftime. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1459103&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com