interim release 742
"Mark Hahn" <[email protected]> Thu, 15 Jul 2004 22:45:05 -0700
| Newsgroups | gmane.comp.lang.prothon.user |
|---|---|
| Message-ID | <[email protected]> |
This release fixes a nasty bug in List that Lenard ran into. It also has a several new features since the last release. Warning, if you use the new @ debug feature and forget to start Prothon with the -d@ option, it will give a quick parser error and kick you totally out of Prothon. I will fix this asap but beware for now. --- Standard interim release warning --- This has not been through regression testing. It also has known bugs. Changes since 710 release: - Fixed random bug in List.add_ - added os.Process: http://prothon.org/wiki?pagename=os.Process - added Module, object, & gen doc strings: http://prothon.org/wiki?pagename=Doc%20Strings - added Object.getAttr(): http://prothon.org/wiki?pagename=Object.getAttr%28%29 - fixed camelcase errors: execPath, argV, fParams_, bufSize, re.endPos, re.lastIndex - Dir.size() is now recursive - fixed try/except bug, it wasn't always passing exceptions on - fixed a bug in gen - added: http://prothon.org/wiki?pagename=Debug%20Print (should i remove this?)