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.

classification
Title: Add test coverage for os.removedirs()
Type: Stage: resolved
Components: Library (Lib) Versions: Python 3.2, Python 3.3, Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: asvetlov, python-dev
Priority: normal Keywords: easy

Created on 2012-12-25 10:17 by asvetlov, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (1)
msg178114 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-12-25 10:22
New changeset c3acc5ead883 by Andrew Svetlov in branch '3.2':
Add test coverage for os.removedirs (#16775)
http://hg.python.org/cpython/rev/c3acc5ead883

New changeset dbe9413686b3 by Andrew Svetlov in branch '3.3':
Add test coverage for os.removedirs (#16775)
http://hg.python.org/cpython/rev/dbe9413686b3

New changeset 60240ce64789 by Andrew Svetlov in branch 'default':
Add test coverage for os.removedirs (#16775)
http://hg.python.org/cpython/rev/60240ce64789
History
Date User Action Args
2022-04-11 14:57:39adminsetgithub: 60979
2012-12-25 10:23:19asvetlovsetstatus: open -> closed
2012-12-25 10:23:05asvetlovsetresolution: fixed
stage: resolved
2012-12-25 10:22:01python-devsetnosy: + python-dev
messages: + msg178114
2012-12-25 10:17:47asvetlovcreate