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 Hobson.Lane
Recipients Arfrever, Hobson.Lane, Roman.Evstifeev, benjamin.peterson, cool-RR, cvrebert, eric.araujo, ganadist, giampaolo.rodola, rosslagerwall, vstinner
Date 2012-04-23.10:39:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335177585.75.0.958021846979.issue3177@psf.upfronthosting.co.za>
In-reply-to
Content
Implement shutil.launch() & fix minor shutil.disk_usage() doctext typo

Name changed from shutil.open to shutil.launch due to namespace conflict with open() builtin within the shutil module and for users that do

    from shutil import *

On Ubuntu Oneiric Linux shutil.launch() doctest passes and `./python -m test -j3` doesn't change (OS-appropriate tests all pass).

Windows tests in work. Need Mac testing too.
History
Date User Action Args
2012-04-23 10:39:46Hobson.Lanesetrecipients: + Hobson.Lane, vstinner, giampaolo.rodola, benjamin.peterson, eric.araujo, ganadist, Arfrever, cvrebert, cool-RR, rosslagerwall, Roman.Evstifeev
2012-04-23 10:39:45Hobson.Lanesetmessageid: <1335177585.75.0.958021846979.issue3177@psf.upfronthosting.co.za>
2012-04-23 10:39:45Hobson.Lanelinkissue3177 messages
2012-04-23 10:39:45Hobson.Lanecreate