rev 720 - trunk

SVN User <[email protected]> Sat, 10 Jul 2004 17:48:28 -0400
Newsgroups gmane.comp.lang.prothon.cvs
Message-ID <[email protected]>
Author: mark
Date: 2004-07-10 17:48:23 -0400 (Sat, 10 Jul 2004)
New Revision: 720

Modified:
   trunk/STATUS.txt
Log:
status update

Modified: trunk/STATUS.txt
===================================================================
--- trunk/STATUS.txt	2004-07-10 00:38:58 UTC (rev 719)
+++ trunk/STATUS.txt	2004-07-10 21:48:23 UTC (rev 720)
@@ -64,9 +64,11 @@
 
 ----------------------- TUTORIAL TO-DO ------------------------
 
+	except syntax changed from "except exc, var" to "except exc as var"
+	Prosist, re, DBM, os, sqlite
+	console line editing
 	security system
 	Inheriting from binary objects, uninitialized objects
-	console line editing
 	command-line parameters
 	changed Len, Cmp, len,  cmp,  chr,  ord to 
 		    len, cmp, len_, cmp_, chr_, ord_  
@@ -75,23 +77,15 @@
 	Added basic DateTime object
 	Added WeakRef object with callback feature on obj modification
 	Added Slice object
-	getItem_, setItem_, and delItem_ now allow any object indexing
 	Added List(iter_) constructor
 	Octal constant format changed from 0377 to 0o377
 	Octal esc sequence changed from \0377 to \o377
-	except syntax changed from "except exc, var" to "except exc as var"
+	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
 	Fixed crash on printing recursive containers, now prints ...
 	credit Ruby
 	
-	Changed SQLite to sqlite, OS to os, Re to re
-	Prosist
-	Re
-	DBM
-	OS
-	sqlite
-	
 ----------------------- NON_CODING TO-DO ------------------------
 
 --- preps