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 georg.brandl
Recipients georg.brandl, larry, pitrou
Date 2012-06-23.17:15:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340471711.17.0.728294485033.issue15154@psf.upfronthosting.co.za>
In-reply-to
Content
As Antoine noted in #14626, the "rmdir" argument to os.unlink doesn't really make sense since we already deviate from just mapping posix functionality one-on-one.

Attached is a patch removing "rmdir" from os.unlink, and instead adding "dir_fd" to os.rmdir.
History
Date User Action Args
2012-06-23 17:15:11georg.brandlsetrecipients: + georg.brandl, pitrou, larry
2012-06-23 17:15:11georg.brandlsetmessageid: <1340471711.17.0.728294485033.issue15154@psf.upfronthosting.co.za>
2012-06-23 17:15:10georg.brandllinkissue15154 messages
2012-06-23 17:15:10georg.brandlcreate