Is PEP-8 a Code or More of a Guideline?
Carl Banks
pavlovevidence at gmail.com
Wed May 30 21:44:08 EDT 2007
On May 26, 11:36 pm, Paul McGuire <p... at austin.rr.com> wrote:
> Steve, sorry for taking your thread down a rathole. I hope we can
> move any further PEP-8-related discussion (if the point merits any) to
> this thread.
Identifiers should just allow spaces.
first element.get item(selected value)
This is not a joke. I don't mean Python should necessarily do this
(though it could be done without any ambiguity or backward
incompatibility: there is currently nowhere in Python where two
identifiers can be separated by only a space), but new languages
should be designed to allow it.
Carl Banks
More information about the Python-list
mailing list