Commit 3e332bd8 authored by Guido van Rossum's avatar Guido van Rossum

Mention warnings about defining None.

parent 9d1264d5
......@@ -57,6 +57,9 @@ Type/class unification and new-style classes
Core and builtins
- Use of 'None' as a variable, argument or attribute name now
issues a SyntaxWarning. In the future, None may become a keyword.
- SET_LINENO is gone. co_lnotab is now consulted to determine when to
call the trace function. C code that accessed f_lineno should call
PyCode_Addr2Line instead (f_lineno is still there, but not kept up
......
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