Feature Requests item #1454364, was opened at 2006-03-20 09:43
Message generated for change (Comment added) made by gbrandl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1454364&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Parser/Compiler
Group: None
>Status: Closed
>Resolution: Rejected
Priority: 5
Submitted By: kxroberto (kxroberto)
Assigned to: Nobody/Anonymous (nobody)
Summary: Python space syntax & pythonic long lambda's

Initial Comment:
(see also c.l.p
http://groups.google.de/group/comp.lang.python/browse_frm/thread/fc2df1723f499eb7/f7e9b2ac5a6b5f16
)

After I had often nasty bugs because of mixup with the
global statement, my home made
"_global=sys.modules[__name__]" method (see also c.l.p
http://groups.google.de/group/comp.lang.python/browse_frm/thread/fc2df1723f499eb7/f7e9b2ac5a6b5f16
) prevents effectively such errors from my experience.
And code is better readable.

Despite maybe similar suggestions have already been
disregard, I put for discussion this version of
(compatible) extended space syntax for: better atomic
python expressions, improved readability, new key
capabilites for inter-frame/"block" access and
functional programming support:

See attached .txt document.

Robert


----------------------------------------------------------------------

>Comment By: Georg Brandl (gbrandl)
Date: 2006-03-26 20:47

Message:
Logged In: YES 
user_id=849994

Rejecting this here. Please post to the python-dev or
python-3000 list with your suggestions and write a PEP if
you want to propose such a radical language change. (Of
course, your contribution is welcome!)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1454364&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to