rev 530 - trunk
SVN User <[email protected]> Fri, 21 May 2004 15:29:17 -0400
| Newsgroups | gmane.comp.lang.prothon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mark
Date: 2004-05-21 15:29:14 -0400 (Fri, 21 May 2004)
New Revision: 530
Modified:
trunk/STATUS.txt
Log:
update status
Modified: trunk/STATUS.txt
===================================================================
--- trunk/STATUS.txt 2004-05-21 19:19:49 UTC (rev 529)
+++ trunk/STATUS.txt 2004-05-21 19:29:14 UTC (rev 530)
@@ -1,14 +1,10 @@
----------------------- TO-DO (highest priority first) ------------------------
---- Add properties methods support (__get__, __set__, __delete__) rename protoList
+--- Add properties methods: get_, set_, delete_, rename protoList
---- Add __attrs__ & __protos__ functionality.
+--- Add attrs_ & protos_ functionality.
---- check dict keys for mutability bit
-
---- nesting /* .. */ comments
-
--- Auto-documenter app
--- networking code -- web access demonstration of security
@@ -18,8 +14,15 @@
--- add support for APR_BINARY in File.c ('b' flag)
--- support any object that supports file methods in stdxxx (duck std)
+--- nesting /* .. */ comments
+
+--- Traceback objects (stack trace of an exception), exceptions should show function names
+--- cleanup exception messages
+
--- help() in interactive console()
+--- check dict keys for mutability bit
+
--- -m -l cmd-line options missing
--- memory bounds -> mem-mgr priorities
@@ -33,8 +36,6 @@
--- credit Ruby
---- Traceback objects (stack trace of an exception), exceptions should show function names
-
--- Does simple 1+2 expr evaluation create objects? If so, need shortcuts to speed it up
--- move PARAM_STAR and PARAM_STAR_STAR to right side of pair
@@ -47,6 +48,22 @@
--- improve torture with list and dict tortures, random walk against new end
+
+----------------------- DOCS TO-DO ------------------------
+
+ Inheriting from binary objects, uninitialized objects
+ print statement
+ import
+ modules
+ packages
+ list comprehensions
+ try/finally
+ security system
+ files, stdxxx
+ console line editing
+ str_, call_
+
+
---------------- Ideas to consider for inclusion ------------------------------
Self copying as default behaviour?