Added news of function comparison and hashing by identity

This commit is contained in:
Moshe Zadka 2001-01-29 06:41:00 +00:00
parent 3229b859fb
commit 6af0ce0501
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ Core language, builtins, and interpreter
'\texample \r\n\x00\xff' # in 2.1 '\texample \r\n\x00\xff' # in 2.1
'\011example \015\012\000\377' # in 2.0 '\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 Standard library