[Python-Dev] Pre-PEP: Allow Empty Subscript List Without Parentheses (original) (raw)
Noam Raphael noamraph at gmail.com
Sun Jun 18 00:39:50 CEST 2006
- Previous message: [Python-Dev] Pre-PEP: Allow Empty Subscript List Without Parentheses
- Next message: [Python-Dev] Pre-PEP: Allow Empty Subscript List Without Parentheses
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, sorry for my repeated posts. I just wanted to say that I improved my patch a little bit, so it does exactly the same thing, but with smaller code: you can see for yourself at http://python.pastebin.com/715221 - it changed exactly 10 lines of code, and adds additional 8 lines, all of them really short and obvious.
I thought that it might convince someone that it's just a little generalization of syntax, nothing frightening...
Noam
2006/6/17, Noam Raphael <noamraph at gmail.com>:
I know that it's not such a big difference, but I'm not talking about a big change to the language either - it affects less than 20 lines of code (probably could be done with even less), and doesn't cause any problems with anything.
- Previous message: [Python-Dev] Pre-PEP: Allow Empty Subscript List Without Parentheses
- Next message: [Python-Dev] Pre-PEP: Allow Empty Subscript List Without Parentheses
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]