Skip to content

Commit a73a639

Browse files
committed
Remove some old currentlies
1 parent 9f2a34a commit a73a639

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/zipfile.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ provides tools to create, read, write, append, and list a ZIP file. Any
1616
advanced use of this module will require an understanding of the format, as
1717
defined in `PKZIP Application Note`_.
1818

19-
This module does not currently handle multi-disk ZIP files.
19+
This module does not handle multi-disk ZIP files.
2020
It can handle ZIP files that use the ZIP64 extensions
2121
(that is ZIP files that are more than 4 GiB in size). It supports
22-
decryption of encrypted files in ZIP archives, but it currently cannot
22+
decryption of encrypted files in ZIP archives, but it cannot
2323
create an encrypted file. Decryption is extremely slow as it is
2424
implemented in native Python rather than C.
2525

@@ -248,7 +248,7 @@ ZipFile Objects
248248
.. note::
249249

250250
*metadata_encoding* is an instance-wide setting for the ZipFile.
251-
It is not currently possible to set this on a per-member basis.
251+
It is not possible to set this on a per-member basis.
252252

253253
This attribute is a workaround for legacy implementations which produce
254254
archives with names in the current locale encoding or code page (mostly

0 commit comments

Comments
 (0)