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 rougeth
Recipients rougeth
Date 2018-04-01.02:47:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522550854.13.0.467229070634.issue33194@psf.upfronthosting.co.za>
In-reply-to
Content
Path has the method `.rmdir()` for removing the directory, but it doesn't have anything if it correspond to a file.

The `os.remove` could be used here, but I think it should have a more appropriate/explicit  name like `.rmfile()`.

If it make  sense, I'd be glad to work on it.
History
Date User Action Args
2018-04-01 02:47:34rougethsetrecipients: + rougeth
2018-04-01 02:47:34rougethsetmessageid: <1522550854.13.0.467229070634.issue33194@psf.upfronthosting.co.za>
2018-04-01 02:47:34rougethlinkissue33194 messages
2018-04-01 02:47:33rougethcreate