This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Docs: PySide is provided by 'The Qt Company' and not by 'Nokia'
Type: Stage: resolved
Components: Documentation Versions: Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Ettore Atalan, benjamin.peterson, docs@python, miss-islington, sgaist
Priority: normal Keywords: patch

Created on 2016-12-19 19:03 by Ettore Atalan, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 20149 merged sgaist, 2020-05-29 13:13
PR 20526 merged miss-islington, 2020-05-30 01:57
PR 20527 merged miss-islington, 2020-05-30 01:57
PR 20528 merged miss-islington, 2020-05-30 01:57
Messages (5)
msg283646 - (view) Author: Ettore Atalan (Ettore Atalan) Date: 2016-12-19 19:03
Regarding
URL: http://docs.python.org/3/library/othergui.html
Section: PySide

PySide is provided by 'The Qt Company' and no longer by 'Nokia' like mentioned in the documentation.
msg370349 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2020-05-30 01:57
New changeset 4649202ea75d48e1496e99911709824ca2d3170e by Samuel Gaist in branch 'master':
closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149)
https://github.com/python/cpython/commit/4649202ea75d48e1496e99911709824ca2d3170e
msg370350 - (view) Author: miss-islington (miss-islington) Date: 2020-05-30 02:03
New changeset f165647e3d2addd03d0393f4f5d31bd1cc9b74a2 by Miss Islington (bot) in branch '3.7':
closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149)
https://github.com/python/cpython/commit/f165647e3d2addd03d0393f4f5d31bd1cc9b74a2
msg370351 - (view) Author: miss-islington (miss-islington) Date: 2020-05-30 02:04
New changeset ef2f9acf8fc813f66523e7702654f919d20ff0c3 by Miss Islington (bot) in branch '3.8':
closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149)
https://github.com/python/cpython/commit/ef2f9acf8fc813f66523e7702654f919d20ff0c3
msg370352 - (view) Author: miss-islington (miss-islington) Date: 2020-05-30 02:04
New changeset 78cf711d1ff261b6be359d6c12f47dd0997546b2 by Miss Islington (bot) in branch '3.9':
closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149)
https://github.com/python/cpython/commit/78cf711d1ff261b6be359d6c12f47dd0997546b2
History
Date User Action Args
2022-04-11 14:58:40adminsetgithub: 73203
2020-05-30 02:04:28miss-islingtonsetmessages: + msg370352
2020-05-30 02:04:27miss-islingtonsetmessages: + msg370351
2020-05-30 02:03:14miss-islingtonsetmessages: + msg370350
2020-05-30 01:57:40miss-islingtonsetpull_requests: + pull_request19772
2020-05-30 01:57:33miss-islingtonsetpull_requests: + pull_request19771
2020-05-30 01:57:26miss-islingtonsetnosy: + miss-islington

pull_requests: + pull_request19770
2020-05-30 01:57:09benjamin.petersonsetstatus: open -> closed

nosy: + benjamin.peterson
messages: + msg370349

resolution: fixed
stage: patch review -> resolved
2020-05-29 13:13:38sgaistsetkeywords: + patch
nosy: + sgaist

pull_requests: + pull_request19758
stage: patch review
2016-12-19 19:03:48Ettore Atalancreate