rev 611 - trunk
SVN User <[email protected]> Sat, 12 Jun 2004 16:45:05 -0400
| Newsgroups | gmane.comp.lang.prothon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mark
Date: 2004-06-12 16:45:02 -0400 (Sat, 12 Jun 2004)
New Revision: 611
Modified:
trunk/STATUS.txt
Log:
status update
Modified: trunk/STATUS.txt
===================================================================
--- trunk/STATUS.txt 2004-06-12 19:57:42 UTC (rev 610)
+++ trunk/STATUS.txt 2004-06-12 20:45:02 UTC (rev 611)
@@ -1,13 +1,15 @@
----------------------- TO-DO (highest priority first) ------------------------
+--- add int.str_(spec), float.str_(spec), and vars_ default for str.fmt()
+--- support list and dictionary object params in string.fmt() ???
+
--- unicode module
+ mask off top 3 bits
+ http://www.prothon.org/pipermail/prothon-user/2004-June/001913.html
http://www.prothon.org/pipermail/prothon-user/2004-June/001895.html
+ http://www.unicode.org/versions/Unicode4.0.0/ch05.pdf
---- add int.str_(spec), float.str_(spec), and vars_
---- Allow {$var:spec} and {$$:spec}
---- support list and dictionary object params in string.fmt()
-
--- add Object.data_ (builtins-databytes.c)
--- Complete File/Dir objects