syntax of \keyword{import} statements, it is not currently a reserved
word.
-In some future version of Python, the identifiers \code{as} and
-\code{None} will both become keywords.
+In Python 2.6, the identifier \code{as} will become a keyword.
+
+\versionchanged[\constant{None} became a constant and is now
+recognized by the compiler as a name for the builtin object
+\constant{None}. Although it is not a keyword, you cannot assign
+a different object to it]{2.4}
\subsection{Reserved classes of identifiers\label{id-classes}}