[Python-checkins] [python/cpython] 8e5b52: bpo-30017: Allowed calling the close() method of t...

GitHub noreply at github.com
Sun Apr 16 05:04:46 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 8e5b52a8da07e781bda50ba0a7065b1058495a37
      https://github.com/python/cpython/commit/8e5b52a8da07e781bda50ba0a7065b1058495a37
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-04-16 (Sun, 16 Apr 2017)

  Changed paths:
    M Lib/test/test_zipfile.py
    M Lib/zipfile.py
    M Misc/NEWS

  Log Message:
  -----------
  bpo-30017: Allowed calling the close() method of the zip entry writer object (#1041) (#1092)

multiple times.  Writing to closed zip entry writer object now always produce
a ValueError.
(cherry picked from commit 4c0d9ea995da595e90e08813b89510de59907802)




More information about the Python-checkins mailing list