Issue 29820: Broken link to "GUI Programming with Python: QT Edition" book (original) (raw)

Created on 2017-03-15 15:29 by marco.buttu, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 685 merged marco.buttu,2017-03-16 20:53
PR 688 merged Mariatta,2017-03-17 02:51
PR 689 merged Mariatta,2017-03-17 02:51
Messages (8)
msg289678 - (view) Author: Marco Buttu (marco.buttu) * Date: 2017-03-15 15:29
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
msg289680 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2017-03-15 16:29
Maybe instead of referencing to the books, we add reference to the wiki https://wiki.python.org/moin/PyQt
msg289720 - (view) Author: Marco Buttu (marco.buttu) * Date: 2017-03-16 16:39
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?
msg289724 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2017-03-16 17:36
Thanks, Marco. That sounds good. Let's just remove the reference to the books from both PyQt and wxPython.
msg289743 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2017-03-17 02:59
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.
msg290176 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2017-03-24 22:17
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/3fce38c540681a736b7e5ca7611758f7bc159c9e
msg290177 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2017-03-24 22:18
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/091d90f9a429b81b046cb83582062941f8ded9da
msg290178 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2017-03-24 22:18
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/1bb0f3762ec5104014aeed0ae6e9d64598d8fcac
History
Date User Action Args
2022-04-11 14:58:44 admin set github: 74006
2017-03-24 22🔞08 Mariatta set messages: +
2017-03-24 22🔞00 Mariatta set messages: +
2017-03-24 22:17:55 Mariatta set messages: +
2017-03-17 02:59:08 Mariatta set status: open -> closedversions: - Python 2.7messages: + resolution: fixedstage: needs patch -> resolved
2017-03-17 02:51:58 Mariatta set pull_requests: + <pull%5Frequest563>
2017-03-17 02:51:43 Mariatta set pull_requests: + <pull%5Frequest562>
2017-03-16 20:53:15 marco.buttu set pull_requests: + <pull%5Frequest561>
2017-03-16 17:36:25 Mariatta set keywords: + easymessages: + stage: needs patch
2017-03-16 16:39:13 marco.buttu set messages: +
2017-03-15 16:29:50 Mariatta set nosy: + Mariattamessages: + versions: - Python 3.3, Python 3.4
2017-03-15 15:29:20 marco.buttu create