From: Serhiy Storchaka Date: Mon, 30 Nov 2015 15:37:13 +0000 (+0200) Subject: Issue #25718: Fixed copying object with state with boolean value is false. X-Git-Tag: v3.6.0a1~973 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78122c9c5d9a24bdc7083d9bd8e78a072ede2f42;p=python Issue #25718: Fixed copying object with state with boolean value is false. --- 78122c9c5d9a24bdc7083d9bd8e78a072ede2f42 diff --cc Misc/NEWS index ccbb3fb13a,43769c12f5..649c8912a5 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -107,27 -133,6 +107,29 @@@ Core and Builtin Library ------- ++- Issue #25718: Fixed copying object with state with boolean value is false. ++ +- Issue #10131: Fixed deep copying of minidom documents. Based on patch + by Marian Ganisin. + +- Issue #7990: dir() on ElementTree.Element now lists properties: "tag", + "text", "tail" and "attrib". Original patch by Santoso Wijaya. + +- Issue #25725: Fixed a reference leak in pickle.loads() when unpickling + invalid data including tuple instructions. + +- Issue #25663: In the Readline completer, avoid listing duplicate global + names, and search the global namespace before searching builtins. + +- Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error. + +- Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. + +- Issue #25691: Fixed crash on deleting ElementTree.Element attributes. + +- Issue #25624: ZipFile now always writes a ZIP_STORED header for directory + entries. Patch by Dingyuan Wang. + - Issue #25626: Change three zlib functions to accept sizes that fit in Py_ssize_t, but internally cap those sizes to UINT_MAX. This resolves a regression in 3.5 where GzipFile.read() failed to read chunks larger than 2