Staging
v0.5.1
https://github.com/python/cpython
Revision 8d62df60d8733d0fa9aee14ef746d0009a7a9726 authored by Daniel Hillier on 30 November 2019, 08:30:47 UTC, committed by Serhiy Storchaka on 30 November 2019, 08:30:47 UTC
Raises ValueError when calling the following on a closed zipfile.ZipExtFile: read, readable, seek, seekable, tell.
1 parent 1df65f7
Raw File
Tip revision: 8d62df60d8733d0fa9aee14ef746d0009a7a9726 authored by Daniel Hillier on 30 November 2019, 08:30:47 UTC
bpo-37523: Raise ValueError for I/O operations on a closed zipfile.ZipExtFile. (GH-14658)
Tip revision: 8d62df6
copyright.rst
*********
Copyright
*********

Python and this documentation is:

Copyright © 2001-2019 Python Software Foundation. All rights reserved.

Copyright © 2000 BeOpen.com. All rights reserved.

Copyright © 1995-2000 Corporation for National Research Initiatives. All rights
reserved.

Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.

-------

See :ref:`history-and-license` for complete license and permissions information.

back to top