commit | 6af0ce050166553cfd51556c6bd1853910d60739 | [log] [tgz] |
---|---|---|
author | Moshe Zadka <moshez@math.huji.ac.il> | Mon Jan 29 06:41:00 2001 +0000 |
committer | Moshe Zadka <moshez@math.huji.ac.il> | Mon Jan 29 06:41:00 2001 +0000 |
tree | 7aec21d8dc2ecff89aa7a184e5bcbfcdb49f9f31 | |
parent | 3229b859fba76b5e8d276250c863ac91a4ea8235 [diff] [blame] |
Added news of function comparison and hashing by identity
diff --git a/Misc/NEWS b/Misc/NEWS index 3a68d8c..e3ea276 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,9 @@ '\texample \r\n\x00\xff' # in 2.1 '\011example \015\012\000\377' # in 2.0 +- Functions are now compared and hashed by identity, not by value, since + the func_code attribute is writable. + Standard library