rev 602 - trunk

SVN User <[email protected]> Fri, 11 Jun 2004 16:09:28 -0400
Newsgroups gmane.comp.lang.prothon.cvs
Message-ID <[email protected]>
Author: mark
Date: 2004-06-11 16:09:25 -0400 (Fri, 11 Jun 2004)
New Revision: 602

Modified:
   trunk/STATUS.txt
Log:
update status

Modified: trunk/STATUS.txt
===================================================================
--- trunk/STATUS.txt	2004-06-11 09:23:52 UTC (rev 601)
+++ trunk/STATUS.txt	2004-06-11 20:09:25 UTC (rev 602)
@@ -1,14 +1,21 @@
 
 ----------------------- TO-DO (highest priority first) ------------------------
 
+--- change octal constant to 0c377
+
+--- unicode module
+		http://www.prothon.org/pipermail/prothon-user/2004-June/001895.html
+		
+
 --- implement new string.fmt(): 
 		"abc{var:spec}def{0:spec}ghi".fmt('posvalue', var='kwvalue')
 
 --- Complete File/Dir objects
 --- TextFile object
+		http://www.prothon.org/pipermail/prothon-user/2004-June/001863.html
 --- support any object that supports file methods in stdxxx (duck std)
-	http://www.prothon.org/pipermail/prothon-user/2004-June/001769.html
-	
+		http://www.prothon.org/pipermail/prothon-user/2004-June/001769.html
+		
 --- allow tracebacks in the constructors to exception objects or raise command
 --- Traceback objects (stack trace of an exception), exceptions should show function names
 --- Fix error reporting mess, hide fake file names