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 BreamoreBoy, belopolsky, eric.araujo, georg.brandl, giampaolo.rodola, ncoghlan, ping, r.liebscher, ron_adam, srid
Date 2010-11-15.17:55:01
SpamBayes Score 6.084466e-06
Marked as misclassified No
Message-id <1289843703.32.0.336880844024.issue2001@psf.upfronthosting.co.za>
In-reply-to
Content
This should be done or very close to done.

The -g option, gui(), and serve() functions are deprecated.

The new features are browse(port, *, open_browser=True), and a '-b' option.  The '-p port' option does browse(port=port, open_browser=False), so _startserver() does not need to be part of the API.  If anyone wants to access the server directly, then we can discuss making it it's own module, or a submodule in a package.

Because we deprecated the gui() function, I figured we need to make browse() public.  The only reason it would need to be private is if we want a different name or signature.  (Any thoughts?)

I left Lib/urllib/parse.py, Lib/test/test_pyclbr.py, and Lib/test/test_urlparse.py alone.  I presumed you fixed bugs in them that needed to be fixed anyway.
History
Date User Action Args
2010-11-15 17:55:05ron_adamsetrecipients: + ron_adam, ping, georg.brandl, ncoghlan, belopolsky, giampaolo.rodola, eric.araujo, r.liebscher, srid, BreamoreBoy
2010-11-15 17:55:03ron_adamsetmessageid: <1289843703.32.0.336880844024.issue2001@psf.upfronthosting.co.za>
2010-11-15 17:55:01ron_adamlinkissue2001 messages
2010-11-15 17:55:01ron_adamcreate