when used as part of the import statement.
Note that both "as" and "None" becoming keywords in the future.
Closes SF bug #553262.
\samp{_} has no special meaning and is not defined.
\end{description}
+Note that although the identifier \code{as} can be used as part of the
+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.
+
\section{Literals\label{literals}}