[Python-Dev] Re: Similar syntax (original) (raw)
Fernando Perez fperez528 at yahoo.com
Fri Aug 6 02:30:20 CEST 2004
- Previous message: [Python-Dev] Similar syntax
- Next message: [Python-Dev] A usability argument for list-after-def
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Gustavo Niemeyer wrote:
def method(foo): pass
and also <accepts(int,int), returns(float)> def bar(low, high): ... Advantages over current syntax: - Avoids introducing a new meaningful character in the syntax; - Leaves Leo and IPython people happy;
Yup (from the ipython side).
Best,
Fernando
ps. I think I recall this havnig been discarded, but since it's not in the PEP, I don't really remember where. It may even be my memory playing tricks on me.
- Previous message: [Python-Dev] Similar syntax
- Next message: [Python-Dev] A usability argument for list-after-def
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]