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: Additions & corrections to libmacui.tex
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: fdrake Nosy List: draayer, fdrake
Priority: normal Keywords: patch

Created on 2001-12-26 02:19 by draayer, last changed 2022-04-10 16:04 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
libmacui.diff draayer, 2001-12-26 02:19 Diff of libmacui.diff
macui.diff fdrake, 2002-01-05 03:53 Editorial changes integrated
Messages (6)
msg38563 - (view) Author: Dean Draayer (draayer) Date: 2001-12-26 02:19
Includes a thorough description of the relatively new GetArgv function.

Greatly expanded the description of the ProgressBar class, as well as updating the description to reflect recent changes to this class.

Numerous minor changes - mostly grammatical - made throughout the document.
msg38564 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2002-01-05 03:41
Logged In: YES 
user_id=3066

Excellent!

What version of MacPython introduced the GetArgv() function?
 I'd like to add a version annotation and back-port the
portions of the patch that belong in the Python 2.1.2 and
2.2.1 documentation.

Thanks for the contribution!
msg38565 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2002-01-05 03:53
Logged In: YES 
user_id=3066

Attached a revised version of the patch (minor changes only,
plus fix one markup error).
msg38566 - (view) Author: Dean Draayer (draayer) Date: 2002-01-08 16:42
Logged In: YES 
user_id=307112

I don't know which version introduced GetArgv().  I think it was 2.0, but since it wasn't documented I never saw it until 2.1.

As far as the barber-pole style progress bars, that will be new in 2.2.  So you may want to anotate the appropriate material with a version number there as well.
msg38567 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2002-01-10 23:33
Logged In: YES 
user_id=3066

Checked in the GetArgv() docs for Python 2.1.2
(Doc/mac/libmacui.tex revision 1.16.6.1); there just wasn't
time to worry about making sure I had the ProgressBar docs
right (due to the 2.2 addition of the indeterminate
version), so I punted on that for 2.1.2.

I still need to do the "right thing" for 2.2.* and the
trunk.  It shouldn't take long, but I can't right now.
msg38568 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2002-04-15 19:55
Logged In: YES 
user_id=3066

Checked in as Doc/mac/libmacui.tex 1.17 and 1.16.24.1 for
the 2.2 maintenance branch (sorry for missing 2.2.1!) and
the trunk.
History
Date User Action Args
2022-04-10 16:04:49adminsetgithub: 35823
2001-12-26 02:19:11draayercreate