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: Improve markup and punctuation in libsocket.tex
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: davecole Nosy List: davecole, ddorfman
Priority: normal Keywords: patch

Created on 2004-08-24 05:57 by ddorfman, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
sockpairdoc.diff ddorfman, 2004-08-24 06:06 Diff against libsocket.tex and socketmodule.c (to fix docstring)
Messages (4)
msg46779 - (view) Author: Dima Dorfman (ddorfman) Date: 2004-08-24 05:57
- Use \constant around AF_* constants
- Avoid comma splice
msg46780 - (view) Author: Dima Dorfman (ddorfman) Date: 2004-08-24 06:06
Logged In: YES 
user_id=908995

Might as well fix the docstring as well while I'm picking nits. Uploaded 
new patch.
msg46781 - (view) Author: Dima Dorfman (ddorfman) Date: 2004-08-24 06:07
Logged In: YES 
user_id=908995

Assigned to davecole since he added socketpair
msg46782 - (view) Author: Dave Cole (davecole) (Python triager) Date: 2004-08-26 00:52
Logged In: YES 
user_id=28658

Applied patch
Doc/lib/libsocket.tex; new revision: 1.88
Modules/socketmodule.c; new revision: 1.304
History
Date User Action Args
2022-04-11 14:56:06adminsetgithub: 40815
2004-08-24 05:57:14ddorfmancreate