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 orsenthil
Recipients eric.araujo, georg.brandl, orsenthil, terry.reedy
Date 2011-01-24.11:14:06
SpamBayes Score 1.548947e-05
Marked as misclassified No
Message-id <20110124111356.GA1224@rubuntu>
In-reply-to <1294791811.71.0.632386139594.issue10799@psf.upfronthosting.co.za>
Content
On Wed, Jan 12, 2011 at 12:23:31AM +0000, Éric Araujo wrote:
> > I thought of adding 'http://' if not present but that would
> > disable opening files in a file browser.
> 
> I think that’s a Windows-specific behavior, not a promise of the
> *web*browser module.

If being lenient with URLs which do not start with http:// is the
idea, then webbrowser module can do explicitly add that. Having a
default protocol option in the open method and we can set it to
'http'.  Many WWW browsers do that.

But, I agree that it should not be related to Windows file-browser
behavior (for whatever it's behavior is).
History
Date User Action Args
2011-01-24 11:14:06orsenthilsetrecipients: + orsenthil, georg.brandl, terry.reedy, eric.araujo
2011-01-24 11:14:06orsenthillinkissue10799 messages
2011-01-24 11:14:06orsenthilcreate