Patches item #1274630, was opened at 2005-08-28 00:22 Message generated for change (Comment added) made by quiver You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1274630&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: Accepted Priority: 5 Submitted By: George Yoshida (quiver) Assigned to: Reinhold Birkenfeld (birkenfeld) Summary: documentation fixes Initial Comment: - Doc/dist/dist.tex * 'in' is doubled. - Doc/lib/libhttplib.tex * Correct dead links. http://www.webdav.org/specs/rfc2518.htm => http://www.webdav.org/specs/rfc2518.html - Doc/lib/libgrp.tex - Doc/lib/libspwd.tex * Add version info to libspwd.tex. * Cross reference grp and spwd with each other just like pwd module does. Currently, both module only refers to pwd module. Patches attached for HEAD and release24-maint trunks. ---------------------------------------------------------------------- >Comment By: George Yoshida (quiver) Date: 2005-08-28 20:37 Message: Logged In: YES user_id=671362 I couldn't find them in the checkin-lists, so I thought you didn't commit them. Confirmed from the repository. It's my fault. ---------------------------------------------------------------------- Comment By: Reinhold Birkenfeld (birkenfeld) Date: 2005-08-28 19:48 Message: Logged In: YES user_id=1188172 The patch added "\versionadded{2.5}", yes. ---------------------------------------------------------------------- Comment By: George Yoshida (quiver) Date: 2005-08-28 19:02 Message: Logged In: YES user_id=671362 spwd is a new module[*]. So "New in version 2.5" sentence is required(patch doc25.diff handles this). [*] http://www.python.org/dev/doc/devel/whatsnew/node6.html ---------------------------------------------------------------------- Comment By: Reinhold Birkenfeld (birkenfeld) Date: 2005-08-28 02:07 Message: Logged In: YES user_id=1188172 Looks good, committed as Doc/lib/libhttplib.tex; 1.40; 1.38.2.2 Doc/lib/libgrp.tex; 1.17 Doc/lib/libspwd.tex; 1.2 Doc/dist/dist.tex; 1.97 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1274630&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
