rev 597 - trunk

SVN User <[email protected]> Thu, 10 Jun 2004 16:00:48 -0400
Newsgroups gmane.comp.lang.prothon.cvs
Message-ID <[email protected]>
Author: mark
Date: 2004-06-10 16:00:45 -0400 (Thu, 10 Jun 2004)
New Revision: 597

Modified:
   trunk/STATUS.txt
Log:
status update

Modified: trunk/STATUS.txt
===================================================================
--- trunk/STATUS.txt	2004-06-10 19:57:48 UTC (rev 596)
+++ trunk/STATUS.txt	2004-06-10 20:00:45 UTC (rev 597)
@@ -1,9 +1,14 @@
 
 ----------------------- TO-DO (highest priority first) ------------------------
 
---- allow Bytes object in String constructor with encoding param
---- allow lists of ints in Bytes constructor
+--- support 24-bit chars in string methods where possible
 
+--- Complete File/Dir objects
+--- TextFile object
+--- add support for APR_BINARY in File.c ('b' flag)
+--- support any object that supports file methods in stdxxx (duck std)
+	http://www.prothon.org/pipermail/prothon-user/2004-June/001769.html
+	
 --- allow tracebacks in the constructors to exception objects or raise command
 
 --- add names to str.mod_, fix int display in str.mod_
@@ -44,12 +49,6 @@
 --- networking code -- web access demonstration of security
 --- security flaw - modules can access each other by name
 
---- Complete File/Dir objects
---- add support for APR_BINARY in File.c ('b' flag)
---- support any object that supports file methods in stdxxx (duck std)
-	http://www.prothon.org/pipermail/prothon-user/2004-June/001769.html
-	
-
 --- name_ and file_ (always absolute paths)
 
 --- nesting  /* .. */ comments