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 giampaolo.rodola
Recipients brian.curtin, ezio.melotti, giampaolo.rodola, pitrou, rhettinger
Date 2011-06-30.09:31:47
SpamBayes Score 0.0017501353
Marked as misclassified No
Message-id <1309426308.91.0.331751351056.issue12442@psf.upfronthosting.co.za>
In-reply-to
Content
New patch includes:

- Py_BEGIN/END_ALLOW_THREADS around GetDiskFreeSpaceEx() call
- use of assertGreaterEqual / assertLessEqual when testing the percentage usage
- use of hasattr(shutil, 'disk_usage') for skipping the test
- extended url reference in the comments
History
Date User Action Args
2011-06-30 09:31:49giampaolo.rodolasetrecipients: + giampaolo.rodola, rhettinger, pitrou, ezio.melotti, brian.curtin
2011-06-30 09:31:48giampaolo.rodolasetmessageid: <1309426308.91.0.331751351056.issue12442@psf.upfronthosting.co.za>
2011-06-30 09:31:48giampaolo.rodolalinkissue12442 messages
2011-06-30 09:31:48giampaolo.rodolacreate