[Python-3000] Fwd: Re: Fwd: Re: Fwd: Re: Octal

Greg Ewing greg.ewing at canterbury.ac.nz
Sat Mar 17 01:02:35 CET 2007


Paul Moore wrote:

> Rather than agonise about uppercase, which is very infrequently used,
> why not just remove the option and only allow lowercase?

That's actually a pretty good idea. Identifiers and keywords
are already case-sensitive, so it's hard to see why these
shouldn't be.

For consistency, do we apply this to string prefixes too?

--
Greg


More information about the Python-3000 mailing list