Commit 75e6b3ae authored by Moshe Zadka's avatar Moshe Zadka

Added news of function comparison and hashing by identity

parent c325a833
......@@ -10,6 +10,9 @@ Core language, builtins, and interpreter
'\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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment