[New-bugs-announce] [issue4210] os.remove can be used to remove directories on SunOS

Giampaolo Rodola' report at bugs.python.org
Sun Oct 26 18:48:49 CET 2008


New submission from Giampaolo Rodola' <billiejoex at users.sourceforge.net>:

Done against a SunOS 5.10 equipped with Python 2.4.4.

>>> import os
>>> os.mkdir('foo')
>>> os.remove('foo')
>>>

----------
messages: 75238
nosy: giampaolo.rodola
severity: normal
status: open
title: os.remove can be used to remove directories on SunOS

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4210>
_______________________________________


More information about the New-bugs-announce mailing list