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.

Author ron_adam
Recipients ron_adam
Date 2008-02-02.23:05:49
SpamBayes Score 0.014074724
Marked as misclassified No
Message-id <1201993553.04.0.86516199449.issue2001@psf.upfronthosting.co.za>
In-reply-to
Content
This patch removes the gui tk control panel and replaces it with a
navigation bar on the served web pages.

This offers a nicer user experience because one no longer needs to jump
back and forth between windows.

The navbar supports getting specific modules, searching modules, and
returning to the main module index. I believe the file source view is
safer also.

Possible issues...
 
+ Restarting the server without ending it causes an error do to the port
already being used.  I think this is not new.

+ There may be some brakage if other applications depend on the tk
interface, but I don't think any do.  Or at least none that I know of.

+ I haven't tested this on windows.  (It works well on Ubuntu 7.10)
History
Date User Action Args
2008-02-02 23:05:53ron_adamsetspambayes_score: 0.0140747 -> 0.014074724
recipients: + ron_adam
2008-02-02 23:05:53ron_adamsetspambayes_score: 0.0140747 -> 0.0140747
messageid: <1201993553.04.0.86516199449.issue2001@psf.upfronthosting.co.za>
2008-02-02 23:05:52ron_adamlinkissue2001 messages
2008-02-02 23:05:50ron_adamcreate