python / cpython

The Python programming language
https://www.python.org/
Other
59.97k stars 29.02k forks source link

Additions & corrections to libmacui.tex #35823

Closed ce170cd3-b071-46be-a0a0-03cd49a453db closed 22 years ago

ce170cd3-b071-46be-a0a0-03cd49a453db commented 22 years ago
BPO 496705
Nosy @freddrake
Files
  • libmacui.diff: Diff of libmacui.diff
  • macui.diff: Editorial changes integrated
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields: ```python assignee = 'https://github.com/freddrake' closed_at = created_at = labels = ['docs'] title = 'Additions & corrections to libmacui.tex' updated_at = user = 'https://bugs.python.org/draayer' ``` bugs.python.org fields: ```python activity = actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = creator = 'draayer' dependencies = [] files = ['3873', '3874'] hgrepos = [] issue_num = 496705 keywords = ['patch'] message_count = 6.0 messages = ['38563', '38564', '38565', '38566', '38567', '38568'] nosy_count = 2.0 nosy_names = ['fdrake', 'draayer'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue496705' versions = [] ```

    ce170cd3-b071-46be-a0a0-03cd49a453db commented 22 years ago

    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.

    freddrake commented 22 years ago

    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!

    freddrake commented 22 years ago

    Logged In: YES user_id=3066

    Attached a revised version of the patch (minor changes only, plus fix one markup error).

    ce170cd3-b071-46be-a0a0-03cd49a453db commented 22 years ago

    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.

    freddrake commented 22 years ago

    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.

    freddrake commented 22 years ago

    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.