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 ncoghlan
Recipients BreamoreBoy, belopolsky, eric.araujo, georg.brandl, giampaolo.rodola, ncoghlan, ping, r.liebscher, ron_adam, srid
Date 2010-11-08.11:40:06
SpamBayes Score 5.6422883e-05
Marked as misclassified No
Message-id <1289216426.75.0.456243272271.issue2001@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah, I'll ask for feedback on python-dev regarding the API breakage.

If we decide not to break the existing API, I'd suggest the following:

- keep both the old serve() and the old gui() (with DeprecationWarning added to both) (I'd forgotten your point in the previous python-dev thread that gui() would need changes to work with the new server, which isn't worth the hassle)

- use _startserver(port=0) and _browse(port, *, start=False) for the new components (with the -b option invoking _browse with start=True)
History
Date User Action Args
2010-11-08 11:40:26ncoghlansetrecipients: + ncoghlan, ping, georg.brandl, belopolsky, giampaolo.rodola, ron_adam, eric.araujo, r.liebscher, srid, BreamoreBoy
2010-11-08 11:40:26ncoghlansetmessageid: <1289216426.75.0.456243272271.issue2001@psf.upfronthosting.co.za>
2010-11-08 11:40:06ncoghlanlinkissue2001 messages
2010-11-08 11:40:06ncoghlancreate