python / cpython

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

Doc/lib/libui.tex #34165

Closed 7cddcdb8-70c4-48ae-bf34-c9cedc76ace6 closed 22 years ago

7cddcdb8-70c4-48ae-bf34-c9cedc76ace6 commented 23 years ago
BPO 409078
Nosy @loewis, @freddrake
Files
  • libui.tex: Updated UI Chapter
  • libui.tex.final: UI Chapter Final
  • libui.tex.gz: Doc/lib/libui.tex
  • 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 = 'Doc/lib/libui.tex' updated_at = user = 'https://bugs.python.org/idiscovery' ``` bugs.python.org fields: ```python activity = actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = creator = 'idiscovery' dependencies = [] files = ['3200', '3201', '3202'] hgrepos = [] issue_num = 409078 keywords = ['patch'] message_count = 11.0 messages = ['36085', '36086', '36087', '36088', '36089', '36090', '36091', '36092', '36093', '36094', '36095'] nosy_count = 3.0 nosy_names = ['loewis', 'fdrake', 'idiscovery'] pr_nums = [] priority = 'high' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue409078' versions = [] ```

    7cddcdb8-70c4-48ae-bf34-c9cedc76ace6 commented 23 years ago

    Right now, TkInter is in the library reference under Appendix/Undocumented/Frameworks. I think this should come up to be a chapter on User Interface modules.

    If you agree, here is a starting point for a chapter. The LaTeX may need proofing for the Python macros, as I don't have them installed here.

    61337411-43fc-4a9c-b8d5-4060aede66d0 commented 23 years ago

    Logged In: YES user_id=21627

    Where is the file?

    7cddcdb8-70c4-48ae-bf34-c9cedc76ace6 commented 23 years ago

    Logged In: YES user_id=33229

    Oppen sorry.

    SF is giving me no data html pages as responses. Anyone else having this problem?

    7cddcdb8-70c4-48ae-bf34-c9cedc76ace6 commented 23 years ago

    Logged In: YES user_id=33229

    The "Tix" patches have been resubmitted as bpo-410231, and all of the suggestions here have been incoproated (dynamic loading, package require, Tkinter.Widget.__bases__).

    But this patch still remains valid even for 2.0.x, as having Tkinter under Appendix/Undocumented/Frameworks is not a good place.

    freddrake commented 23 years ago

    Logged In: YES user_id=3066

    Mike: you suggested that you could also provide some of the material from your IPC9 paper to flesh out these sections -- do you have time to do the integration, or would someone else need to do it? I see a lot of Tcl code in the paper -- would this be converted to Python as examples?

    Thanks!

    freddrake commented 22 years ago

    Logged In: YES user_id=3066

    Just a note so this doesn't look like its being ignored: Mike & I have been communicating on working this into material that's closer to being ready for the docs, but it has been slow going simply because neither of us has a lot of time for it right now. Something based on this will be added to the documentation.

    Mike, would you like to attach the most recent iteration to this patch report on SF so others can review/contribute as well?

    freddrake commented 22 years ago

    Logged In: YES user_id=3066

    Status: Some of the material was based Fredrik Lundh's writing and Matt Conway's "Tkinter Life Preserver"; working on getting permissions to use the material before this can be checked in. Without permission, there might not be a chapter on Tk for a while, unless there are volunteers to write new content.

    7cddcdb8-70c4-48ae-bf34-c9cedc76ace6 commented 22 years ago

    Logged In: YES user_id=33229

    This is the updated version of the UI chapter.

    There's only a line or two from /F's Introduction to Tkinter, if that, so I changed the Tkinter section author to myself, and listed the Intro to Tkinter in the \seealso.

    I haven't been able to find a valid email for Matt Conway who wrote the Life Preserver, which I had assumed was PD.

    I still have some ideas for improvements, but this is a starting point.

    freddrake commented 22 years ago

    Logged In: YES user_id=3066

    Per email conversations, it appears that no content from Fredrik Lundh remains in the proposed chapter, so that isn't holding this up.

    Mike: Is the version of the chapter attached to this report the latest version? (Please respond on SF.)

    7cddcdb8-70c4-48ae-bf34-c9cedc76ace6 commented 22 years ago

    Logged In: YES user_id=33229

    Yes this is the latest.

    As a failsafe, here it is again.

    Mike.

    freddrake commented 22 years ago

    Logged In: YES user_id=3066

    This has been checked in with minor changes from me (mostly markup rather than content). The chapter will be included as part of Python 2.2 beta 2.

    Thanks Mike!