[Python-Dev] Making None a keyword

Jeremy Hylton jeremy@zope.com
Fri, 26 Apr 2002 12:53:53 -0400


>>>>> "GvR" == Guido van Rossum <guido@python.org> writes:

  >> Yup, good point, 'None' does make sense as the first NAME in the
  >> dotted_name production.

  GvR> No, dotted_name is only used in import statements.

None is a valid package name.

Jeremy