
noreply at sourceforge
May 8, 2001, 9:05 PM
Post #3 of 3
(39 views)
Permalink
|
|
[ python-Bugs-420216 ] bad links in v2.1 docs
[In reply to]
|
|
Bugs item #420216, was updated on 2001-04-30 11:03 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105470&aid=420216&group_id=5470 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Grant Griffin (dspguru) Assigned to: Fred L. Drake, Jr. (fdrake) Summary: bad links in v2.1 docs Initial Comment: The file 'module-imap.html' is linked, but not supplied (see grep at bottom). Also, there are several links to "about.html" in the "doc\dist" directory. However, no "about.html" is supplied there. Thanks! =g2 ---------------- F:\apps\Python21\Doc>grep -d+ module-imap.html *.html File lib\module-poplib.html: using the <tt class='module'><a href='module- IMAP.html'>IMAP</a></tt> class, as IMAP servers tend to be better File lib\pop3-objects.html: <dt>Module <b><tt class='module'><a href='module- imap.html'>imap</a></tt>:</ F:\apps\Python21\Doc>dir module-imap.html /s Volume in drive F has no label. Volume Serial Number is File Not Found ---------------------------------------------------------------------- >Comment By: Fred L. Drake, Jr. (fdrake) Date: 2001-05-08 21:05 Message: Logged In: YES user_id=3066 The poplib documentation error is corrected in Doc/lib/libpoplib.tex revision 1.12 (development branch) and revision 1.11.4.1 (2.1 maintenance branch). The "About..." page error is corrected by an update to the Doc/tools/mkhowto script -- revisions 1.25 and 1.24.4.1. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105470&aid=420216&group_id=5470
|