Re: New features on 1.0 list
"Mark Hahn" <[email protected]> Thu, 15 Jul 2004 17:20:35 -0700
| Newsgroups | gmane.comp.lang.prothon.user |
|---|---|
| Message-ID | <[email protected]> |
Mark Hahn wrote: > I am also going to go through all the existing functions and look for > list return values that should be changed to generators. This is > also something that can not be put off. Oh, I'm also going to go through all the methods of all objects built-in or otherwise looking for methods to turn into properties. I assume anything that is getting or setting a state-like thing should be a property. I guess all pretense of having a reasonable length list of differences from Python should be abandonded. :-) Also getting th alpha 1.0 release out is going to be a sh**-load of work...