rev 752 - trunk

SVN User <[email protected]> Sun, 18 Jul 2004 16:08:21 -0400
Newsgroups gmane.comp.lang.prothon.cvs
Message-ID <[email protected]>
Author: mark
Date: 2004-07-18 16:08:18 -0400 (Sun, 18 Jul 2004)
New Revision: 752

Modified:
   trunk/STATUS.txt
Log:
status update

Modified: trunk/STATUS.txt
===================================================================
--- trunk/STATUS.txt	2004-07-18 14:21:44 UTC (rev 751)
+++ trunk/STATUS.txt	2004-07-18 20:08:18 UTC (rev 752)
@@ -1,24 +1,26 @@
 
 ----------------------- TO-DO  FOR 1.0 ALPHA release -----------------------
 
+--- check into tcl and twisted about async io
+
 --- this seq crashes lexer in console
 O>> "{0:#o}".fmt(-1)
 1o777777
 O>> "{0:#X}".fmt(-15643650786985697674865478654765)
 
+--- remove function-as-command
 --- "import as" broken
 --- bug: prints ... after 15 items in a list
 
 --- improve proc.pr
 --- write regression app in Prothon
 
---- check all PEPs
 --- revisit all methods to change list returns into generators
 --- change methods into properties
---- check into tcl and twisted about async io
 
 --- getAttr, delAttr, getAttrNoProp, setAttrNoProp, & delAttrNoProp
 
+--- implement new copy GC
 --- implement approved 1.0 items
 	NegativeHexDisplay 1xc3fe instead of -0xc3fe 
 	TwoTier call_ str_ fix 
@@ -27,7 +29,8 @@
 	TaintAttribute on strings, unTaint() method 
 	GeneratorComprehensions 
 	SliceListsAndEllipses 
-	StacklessLanguageFeatures 
+	StacklessLanguageFeatures
+	Sets 
 
 --- use special stdout for each Main, replace printf with stdout
 	
@@ -35,13 +38,13 @@
 
 --- support long ints & Bytes in dbm & prosist
 
+--- networking module (wrap APR)
+
 ----------------------- TO-DO  FOR 1.0 ALPHA release (maybe) --------------------
 
---- networking module (wrap APR)
 
 --- -o optimize cmd-line option to remove asserts
 
-
 --- add sys.userHome path and name current one sys.prothonHome
 --- use sys.userHome for console history file