allowing braces around suites

Michael Sparks michaels at rd.bbc.co.uk
Fri Aug 27 07:40:02 EDT 2004


Kjetil Torgrim Homme wrote:
..
> what do you think?  should I write a PEP?

It's more fun to ask python what it thinks:

michaels at pc474:~/Documents> python
Python 2.3.3 (#1, Apr  6 2004, 01:47:39)
[GCC 3.3.3 (SuSE Linux)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from __future__ import braces
  File "<stdin>", line 1
SyntaxError: not a chance
>>>
             ^^^^^^^^^^^^

I suspect you might have a hard time getting anywhere with this ;)

Regards,


Michael.
-- 
Michael.Sparks at rd.bbc.co.uk    
British Broadcasting Corporation, Research and Development
Kingswood Warren, Surrey KT20 6NP

This message (and any attachments) may contain personal views
which are not the views of the BBC unless specifically stated.





More information about the Python-list mailing list