Author: szabgab
Date: 2009-07-14 10:31:16 +0200 (Tue, 14 Jul 2009)
New Revision: 27548

Modified:
   docs/Perl6/Spec/S32-setting-library/IO.pod
Log:
TODO: open :r, :w, :a

Modified: docs/Perl6/Spec/S32-setting-library/IO.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/IO.pod  2009-07-14 08:24:35 UTC (rev 
27547)
+++ docs/Perl6/Spec/S32-setting-library/IO.pod  2009-07-14 08:31:16 UTC (rev 
27548)
@@ -61,6 +61,8 @@
 processed line-by-line, but IO will be in terms of C<Buf> rather
 than C<Str> types.
 
+TODO: document read/write/append modes (:r, :w, :a)
+
 =item getc
 X<getc>
 

Reply via email to