Message159005
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. |
|
Date |
User |
Action |
Args |
2012-04-23 10:39:46 | Hobson.Lane | set | recipients:
+ Hobson.Lane, vstinner, giampaolo.rodola, benjamin.peterson, eric.araujo, ganadist, Arfrever, cvrebert, cool-RR, rosslagerwall, Roman.Evstifeev |
2012-04-23 10:39:45 | Hobson.Lane | set | messageid: <1335177585.75.0.958021846979.issue3177@psf.upfronthosting.co.za> |
2012-04-23 10:39:45 | Hobson.Lane | link | issue3177 messages |
2012-04-23 10:39:45 | Hobson.Lane | create | |
|