[Python-bugs-list] [Bug #115517] no option of using { } for nested blocks

noreply@sourceforge.net noreply@sourceforge.net
Wed, 27 Sep 2000 17:26:57 -0700


Bug #115517, was updated on 2000-Sep-27 17:26
Here is a current snapshot of the bug.

Project: Python
Category: Parser/Compiler
Status: Open
Resolution: None
Bug Group: Feature Request
Priority: 5
Summary: no option of using { } for nested blocks

Details: It would be much appriciated if there was an option to use { and } 
for nested blocks of code.  This will enable more folks to adopt the
language.  using indentation as the only method of nested blocks does
lead to less style conflicts, but makes the language more pron to coding errors, especially if you don't use tabs, or have a special editor that automatically indents for you.  tracking down missing spaces in front of
an elif, or else is such a pain in the arse.  the { and } completely eliminates this, and would be a much appriciated addition.  without it I just won't use python, and I'm sure I'm not the only one.

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=115517&group_id=5470