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) *  |
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) *  |
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) *  |
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) *  |
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) *  |
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) *  |
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 |
|
|