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: uuid documentation
Type: Stage:
Components: Documentation Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: fdrake Nosy List: fdrake, quiver
Priority: high Keywords: patch

Created on 2006-06-19 16:53 by quiver, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
libuuid.tex quiver, 2006-06-19 16:53
Messages (2)
msg50502 - (view) Author: George Yoshida (quiver) (Python committer) Date: 2006-06-19 16:53
This is a rough documentation of the uuid module.

2.5 b1 is just around the corner, but unfortunately
uuid module has no documentation without its docstrings.

This document is basically created by converting
docstrings into TeX formats. The quality may not be
high enough, yet I suspect most parts(albeit not all)
of the module are covered. 

But I need some help. My concernes are:

- Where ot put it?
- How to handle constants?
  NAMESPACE_XXX(used for uuid3/5)
  RESERVED_XXX(return value of UUID.variant attribute)
  (I commented out RESERVED_XXX constants.)
- Overall structure, wording, etc.

Hopefully, one of the release team members will commit
this before 2.5 b1.
msg50503 - (view) Author: George Yoshida (quiver) (Python committer) Date: 2006-06-29 17:28
Logged In: YES 
user_id=671362

This patch was committed in revisions 47147 and 47148 by
amk, so closing this report.
History
Date User Action Args
2022-04-11 14:56:18adminsetgithub: 43523
2006-06-19 16:53:24quivercreate