rev 196 - trunk
SVN User <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: bcollins
Date: 2004-03-29 11:31:32 -0500 (Mon, 29 Mar 2004)
New Revision: 196
Modified:
trunk/CHANGES.txt
Log:
Begin changes for next release.
Modified: trunk/CHANGES.txt
===================================================================
--- trunk/CHANGES.txt 2004-03-29 16:28:38 UTC (rev 195)
+++ trunk/CHANGES.txt 2004-03-29 16:31:32 UTC (rev 196)
@@ -1,6 +1,13 @@
----- Prothon Release History ----
-
+
+Version 0.0.3 - Build ### - MM/DD/YY - Weekly Release
+
+ - Added std{in,out,err} default File objects
+ - Fixed File read/write routines to check the flags used to open
+ the files, to make sure read/write it suitable for this object.
+
+
Version 0.0.2 - Build 190 - 3/28/04 - Weekly Release
- Fixed "not a" and "a is not b"
- Fixed Dict.__str__() on empty Dict