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 bup
Recipients bup
Date 2022-02-18.17:55:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645206913.87.0.447648839641.issue46791@roundup.psfhosted.org>
In-reply-to
Content
It appears sometime recently-ish that POSIX updated remove to the following:

    #include <stdio.h>
    int remove(const char *path);

If path does not name a directory, remove(path) shall be equivalent to unlink(path). If path names a directory, remove(path) shall be equivalent to rmdir(path).
History
Date User Action Args
2022-02-18 17:55:13bupsetrecipients: + bup
2022-02-18 17:55:13bupsetmessageid: <1645206913.87.0.447648839641.issue46791@roundup.psfhosted.org>
2022-02-18 17:55:13buplinkissue46791 messages
2022-02-18 17:55:13bupcreate