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: First patch: start describing types...
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: fdrake Nosy List: fdrake, holdenweb
Priority: normal Keywords: patch

Created on 2002-05-30 18:38 by holdenweb, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
libstdtypes.diff2 holdenweb, 2002-06-13 03:55 Second diff of libstdtypes.txt taking Fred's comments into account
Messages (6)
msg40199 - (view) Author: Steve Holden (holdenweb) * (Python committer) Date: 2002-05-30 18:38
Small changes in wording with the intention of eventually 
splitting out the type information from the built-in 
functions.
msg40200 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2002-06-12 22:50
Logged In: YES 
user_id=3066

Two changes are needed:

- The second "hunk" of the patch needs to be removed.  The
content of a \label construct is not textual content of the
document, but is used to construct long-lived file names in
the HTML.  These should not be changed if it can be avoided.

- "creator functions" should be simply "constructors".

These changes need to be made before the patch can be committed.
msg40201 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2002-06-13 03:16
Logged In: YES 
user_id=3066

Accepted with the changes described.  Commit whenever you're
ready.  This should be marked for backporting to the 2.2.x
tree as well.
msg40202 - (view) Author: Steve Holden (holdenweb) * (Python committer) Date: 2002-06-13 03:57
Logged In: YES 
user_id=88157

Should be ready to commit now. I'd appreciate a final once-
over from Fred or someone else before I do that (gulp).
msg40203 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2002-06-13 11:39
Logged In: YES 
user_id=3066

Put the \label{truth} back; not only should we not change
them, we should not remove them.  My earlier comments
pertained only to the change from \label{boolean} to
\label{Boolean} in the first version of the patch.

Once, done, check it in.

When you want to pass something back to me for review,
change the "assigned to" field so it appears on the list on
my "my sf.net" page.
msg40204 - (view) Author: Steve Holden (holdenweb) * (Python committer) Date: 2002-06-14 09:18
Logged In: YES 
user_id=88157

Done. Fred, I'd appreciate a final check. As you can see, I've 
closed this patch, was that right?
History
Date User Action Args
2022-04-10 16:05:22adminsetgithub: 36671
2002-05-30 18:38:11holdenwebcreate