[ python-Bugs-1459103 ] missing links beetween strftime()'s...

SourceForge.net noreply at sourceforge.net
Mon Mar 27 09:03:59 CEST 2006


Bugs item #1459103, was opened at 2006-03-27 09:03
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Resolution: None
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1459103&group_id=5470


More information about the Python-bugs-list mailing list