rev 721 - trunk

SVN User <[email protected]> Sun, 11 Jul 2004 04:03:51 -0400
Newsgroups gmane.comp.lang.prothon.cvs
Message-ID <[email protected]>
Author: mark
Date: 2004-07-11 04:03:47 -0400 (Sun, 11 Jul 2004)
New Revision: 721

Modified:
   trunk/STATUS.txt
Log:
status update

Modified: trunk/STATUS.txt
===================================================================
--- trunk/STATUS.txt	2004-07-10 21:48:23 UTC (rev 720)
+++ trunk/STATUS.txt	2004-07-11 08:03:47 UTC (rev 721)
@@ -1,13 +1,14 @@
 
 ----------------------- TO-DO (highest priority first) ------------------------
 
+--- "import as" broken
 
+--- bug: prints ... after 15 items in a list
+
 --- Make Dir.size() recursive
 
---- "import as" broken
+--- camelcase errors: execpath, fparams, bufsize, re.endpos, re.lastindex
 
---- camelcase errors: execpath, fparams, bufsize
-
 --- File & Dir properties?
 
 --- use special stdout for each Main
@@ -64,8 +65,7 @@
 
 ----------------------- TUTORIAL TO-DO ------------------------
 
-	except syntax changed from "except exc, var" to "except exc as var"
-	Prosist, re, DBM, os, sqlite
+	Prosist, DBM, sqlite
 	console line editing
 	security system
 	Inheriting from binary objects, uninitialized objects
@@ -74,12 +74,8 @@
 		    len, cmp, len_, cmp_, chr_, ord_  
 	Added cmp_ and eq_? for strings of length 1 and Ints
 	call_
-	Added basic DateTime object
 	Added WeakRef object with callback feature on obj modification
 	Added Slice object
-	Added List(iter_) constructor
-	Octal constant format changed from 0377 to 0o377
-	Octal esc sequence changed from \0377 to \o377
 	getItem_, setItem_, and delItem_ now allow any object indexing
 	Function formal params now introspectable via simple attribute
 	Added immutable check to dictionary function key parameter