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

SourceForge.net noreply at sourceforge.net
Tue Mar 28 14:49:07 CEST 2006


Bugs item #1459103, was opened at 2006-03-27 07:03
Message generated for change (Comment added) made by gbrandl
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: Fixed
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: Georg Brandl (gbrandl)
Date: 2006-03-28 12:49

Message:
Logged In: YES 
user_id=849994

Added inter-section links in rev. 43400.

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

Comment By: Jens Diemer (pylucid)
Date: 2006-03-28 12: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-27 22: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


More information about the Python-bugs-list mailing list