Patches item #1508766, was opened at 2006-06-20 01:53 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1508766&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.5 Status: Open Resolution: None Priority: 7 Submitted By: George Yoshida (quiver) Assigned to: Fred L. Drake, Jr. (fdrake) Summary: uuid documentation Initial Comment: 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1508766&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
