[issue19074] Add PySide to GUI FAQ

2013-10-05 Thread Ezio Melotti
Ezio Melotti added the comment: I backported the relevant text from ccfb5ba50a44. -- assignee: docs@python -> ezio.melotti resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed type: -> enhancement versions: -Python 3.3, Python 3.4 _

[issue19074] Add PySide to GUI FAQ

2013-10-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset eddd46b5691a by Ezio Melotti in branch '2.7': #19074: mention PySide in the GUI FAQs. http://hg.python.org/cpython/rev/eddd46b5691a -- nosy: +python-dev ___ Python tracker

[issue19074] Add PySide to GUI FAQ

2013-09-22 Thread Antoine Pitrou
Antoine Pitrou added the comment: Actually PySide is mentioned in the 3.x version of the docs. -- nosy: +pitrou ___ Python tracker ___ ___

[issue19074] Add PySide to GUI FAQ

2013-09-22 Thread Ezio Melotti
Ezio Melotti added the comment: Note that we have a somewhat similar HOWTO about using Python in the web: http://docs.python.org/dev/howto/webservers.html The HOWTO mentions at the top that it can't keep track of all the several web framework and links to the wiki for a more updated page. The s

[issue19074] Add PySide to GUI FAQ

2013-09-22 Thread Brett Cannon
Changes by Brett Cannon : -- assignee: docs@python -> brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue19074] Add PySide to GUI FAQ

2013-09-22 Thread Eli Bendersky
Eli Bendersky added the comment: +1 to delete -- nosy: +eli.bendersky ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue19074] Add PySide to GUI FAQ

2013-09-22 Thread anatoly techtonik
anatoly techtonik added the comment: If only wiki had a theme like Sphinx docs.. But I agree that static FAQ look dead compared to wiki or stackoverflow. -- ___ Python tracker _

[issue19074] Add PySide to GUI FAQ

2013-09-22 Thread Christian Heimes
Christian Heimes added the comment: The wiki is probably a better place for such information. -- nosy: +christian.heimes versions: -Python 2.6, Python 3.1, Python 3.2, Python 3.5 ___ Python tracker ___

[issue19074] Add PySide to GUI FAQ

2013-09-22 Thread Brett Cannon
Brett Cannon added the comment: I say we just delete that page. Trying to keep up with GUI toolkits is a losing battle (as shown by this bug report) and not worth our time and effort to try to maintain. Search engines are your friend in this instance. -- nosy: +brett.cannon __

[issue19074] Add PySide to GUI FAQ

2013-09-22 Thread Brett Cannon
Changes by Brett Cannon : -- priority: normal -> low stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue19074] Add PySide to GUI FAQ

2013-09-22 Thread anatoly techtonik
New submission from anatoly techtonik: http://docs.python.org/2/faq/gui.html - this page misses info about PySide. -- assignee: docs@python components: Documentation messages: 198279 nosy: docs@python, techtonik priority: normal severity: normal status: open title: Add PySide to GUI FAQ