We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cbe51b commit 3dde04eCopy full SHA for 3dde04e
1 file changed
Doc/library/zipfile.rst
@@ -555,7 +555,9 @@ ZipFile objects
555
Removes a member entry from the archive's central directory.
556
*zinfo_or_arcname* may be the full path of the member or a :class:`ZipInfo`
557
instance. If multiple members share the same full path and the path is
558
- provided, only one of them is removed.
+ given as a string, only one of them is removed and which one is unspecified;
559
+ it should not be relied upon. Pass the specific :class:`ZipInfo` instance to
560
+ remove a particular member.
561
562
The archive must be opened with mode ``'w'``, ``'x'`` or ``'a'``.
563
0 commit comments