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 eric.araujo
Recipients Arfrever, Hobson.Lane, Roman.Evstifeev, benjamin.peterson, cvrebert, eric.araujo, ganadist, giampaolo.rodola, larry, pitrou, r.david.murray, rosslagerwall, smarnach, tebeka
Date 2012-05-29.05:13:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338268428.87.0.715188848737.issue3177@psf.upfronthosting.co.za>
In-reply-to
Content
Note that my suggestion has an inconvenient on Windows.  Take the example of HTML files; on an UNIX system I would decide whether I want them to be opened with my text editor or my web browser; I’d choose web browser because I launch my text editor from a shell.  On Windows though you would register your web browser for default action and your text editor for the edit action; this deliberate configuration would not be respected if we implement shutil.whatever with os.startfile(..., 'edit').
History
Date User Action Args
2012-05-29 05:13:48eric.araujosetrecipients: + eric.araujo, tebeka, pitrou, larry, giampaolo.rodola, benjamin.peterson, ganadist, Arfrever, r.david.murray, cvrebert, rosslagerwall, smarnach, Roman.Evstifeev, Hobson.Lane
2012-05-29 05:13:48eric.araujosetmessageid: <1338268428.87.0.715188848737.issue3177@psf.upfronthosting.co.za>
2012-05-29 05:13:48eric.araujolinkissue3177 messages
2012-05-29 05:13:48eric.araujocreate