Issue1796415

classification
Title: javaos.py missing removedirs function
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: cgroves, dohuiginn, markacy
Priority: normal Keywords:

Created on 2007-09-17.19:46:44 by markacy, last changed 2007-11-30.20:54:44 by cgroves.

Messages
msg1909 (view) Author: Marek Szczypinski (markacy) Date: 2007-09-17.19:46:44
Probably easy to fix. Copying of python's os module removedirs function should do.
msg1910 (view) Author: Dan (dohuiginn) Date: 2007-11-25.13:29:51
I've submitted a patch as [1838063]
msg1911 (view) Author: Marek Szczypinski (markacy) Date: 2007-11-30.20:16:19
A patch was already submitted as [ 1814683 ]. Sorry, I didn't put any info about it here.
Marek
msg1912 (view) Author: Dan (dohuiginn) Date: 2007-11-30.20:22:08
no need to apologise; glad it's fixed!
msg1913 (view) Author: Charlie Groves (cgroves) Date: 2007-11-30.20:54:44
Marek's patch was applied to trunk in r3742.
History
Date User Action Args
2007-09-17 19:46:44markacycreate