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 giampaolo.rodola
Date 2008-10-26.17:48:48
SpamBayes Score 0.00077801885
Marked as misclassified No
Message-id <1225043329.93.0.727010084748.issue4210@psf.upfronthosting.co.za>
In-reply-to
Content
Done against a SunOS 5.10 equipped with Python 2.4.4.

>>> import os
>>> os.mkdir('foo')
>>> os.remove('foo')
>>>
History
Date User Action Args
2008-10-26 17:48:49giampaolo.rodolasetrecipients: + giampaolo.rodola
2008-10-26 17:48:49giampaolo.rodolasetmessageid: <1225043329.93.0.727010084748.issue4210@psf.upfronthosting.co.za>
2008-10-26 17:48:49giampaolo.rodolalinkissue4210 messages
2008-10-26 17:48:48giampaolo.rodolacreate