This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: documentation fixes
Type: Stage:
Components: Documentation Versions: Python 2.4
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, georg.brandl, quiver
Priority: normal Keywords: patch

Created on 2005-08-27 15:22 by quiver, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
doc25.diff quiver, 2005-08-27 15:22 HEAD trunk
doc24.diff quiver, 2005-08-27 15:23 release24-maint trunk
Messages (5)
msg48683 - (view) Author: George Yoshida (quiver) (Python committer) Date: 2005-08-27 15:22
- 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.
msg48684 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2005-08-27 17:07
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
msg48685 - (view) Author: George Yoshida (quiver) (Python committer) Date: 2005-08-28 10:02
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
msg48686 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2005-08-28 10:48
Logged In: YES 
user_id=1188172

The patch added "\versionadded{2.5}", yes.
msg48687 - (view) Author: George Yoshida (quiver) (Python committer) Date: 2005-08-28 11:37
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.
History
Date User Action Args
2022-04-11 14:56:12adminsetgithub: 42311
2005-08-27 15:22:05quivercreate