[issue13527] Remove obsolete mentions in the GUIs page

2011-12-04 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___ P

[issue13527] Remove obsolete mentions in the GUIs page

2011-12-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2111bf7e5bca by Antoine Pitrou in branch '3.2': Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK http://hg.python.org/cpython/rev/2111bf7e5bca New changeset f0008683585c by Antoine Pitrou in branch 'default': Issue #13527: rem

[issue13527] Remove obsolete mentions in the GUIs page

2011-12-03 Thread Eli Bendersky
Eli Bendersky added the comment: +1 -- keywords: +easy nosy: +eli.bendersky ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue13527] Remove obsolete mentions in the GUIs page

2011-12-03 Thread Antoine Pitrou
New submission from Antoine Pitrou : The "Other Graphical User Interface Packages" page (library/othergui.html) lists "Python megawidgets" and "Tkinter3000 Widget Construction Kit (WCK)". These two projects look pretty much dead to me, so I'm proposing to remove them. -- assignee: docs