[issue29820] Broken link to "GUI Programming with Python: QT Edition" book

New submission from Marco Buttu: In [*] the link to "GUI Programming with Python: QT Edition by Boudewijn Rempt", does not work. I did not find an official web page for this book, but it is really outdated (2002), so maybe we can take only the reference to the Mark Summerfield's book, about PyQt4. Let me know, so in case I will open a PR. [*] https://docs.python.org/3/library/othergui.html ---------- assignee: docs@python components: Documentation messages: 289678 nosy: docs@python, marco.buttu priority: normal severity: normal status: open title: Broken link to "GUI Programming with Python: QT Edition" book versions: Python 2.7, Python 3.3, Python 3.4, Python 3.5, Python 3.6, Python 3.7 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29820> _______________________________________

Mariatta Wijaya added the comment: Maybe instead of referencing to the books, we add reference to the wiki https://wiki.python.org/moin/PyQt ---------- nosy: +Mariatta versions: -Python 3.3, Python 3.4 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29820> _______________________________________

Marco Buttu added the comment: Hi Mariatta, all the other seealso entries (PyGObject, PySide, ...) have references to some specific books and tutorials. No one has a reference to the wiki, maybe because there is already a reference to it (at the end of the page). IMHO we can keep the PyQt description consistent with the other GUIs descriptions, and we can fix the broken URL just removing the reference to the outdated book. What do you think? ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29820> _______________________________________

Mariatta Wijaya added the comment: Thanks, Marco. That sounds good. Let's just remove the reference to the books from both PyQt and wxPython. ---------- keywords: +easy stage: -> needs patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29820> _______________________________________

Changes by Marco Buttu <marco.buttu@gmail.com>: ---------- pull_requests: +561 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29820> _______________________________________

Changes by Mariatta Wijaya <mariatta.wijaya@gmail.com>: ---------- pull_requests: +562 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29820> _______________________________________

Changes by Mariatta Wijaya <mariatta.wijaya@gmail.com>: ---------- pull_requests: +563 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29820> _______________________________________

Mariatta Wijaya added the comment: Thanks Marco :) I merged your PR, and backported to 3.5 and 3.6. There are some merge conflict with the 2.7 branch, so I decided not to bother with it. ---------- resolution: -> fixed stage: needs patch -> resolved status: open -> closed versions: -Python 2.7 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29820> _______________________________________

Mariatta Wijaya added the comment: New changeset 3fce38c540681a736b7e5ca7611758f7bc159c9e by Mariatta in branch '3.6': bpo-29820: othergui.rst: Remove outdated information (GH-685) (GH-688) https://github.com/python/cpython/commit/3fce38c540681a736b7e5ca7611758f7bc1... ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29820> _______________________________________

Mariatta Wijaya added the comment: New changeset 091d90f9a429b81b046cb83582062941f8ded9da by Mariatta in branch '3.5': bpo-29820: othergui.rst: Remove outdated information (GH-685) (GH-689) https://github.com/python/cpython/commit/091d90f9a429b81b046cb83582062941f8d... ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29820> _______________________________________

Mariatta Wijaya added the comment: New changeset 1bb0f3762ec5104014aeed0ae6e9d64598d8fcac by Mariatta (Marco Buttu) in branch 'master': bpo-29820: othergui.rst: Remove outdated information (GH-685) https://github.com/python/cpython/commit/1bb0f3762ec5104014aeed0ae6e9d64598d... ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29820> _______________________________________
participants (2)
-
Marco Buttu
-
Mariatta Wijaya