[svn:parrot] r39584 - in trunk: . src/pmc
NotFound at svn.parrot.org
NotFound at svn.parrot.org
Tue Jun 16 06:14:37 UTC 2009
Author: NotFound
Date: Tue Jun 16 06:14:36 2009
New Revision: 39584
URL: https://trac.parrot.org/parrot/changeset/39584
Log:
[cage] document experimental status of ParrotInterpreter.stdhandle
Modified:
trunk/DEPRECATED.pod
trunk/src/pmc/parrotinterpreter.pmc
Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod Tue Jun 16 05:19:33 2009 (r39583)
+++ trunk/DEPRECATED.pod Tue Jun 16 06:14:36 2009 (r39584)
@@ -75,6 +75,10 @@
L<https://trac.parrot.org/parrot/ticket/679>
+=item Method stdhandle in ParrotInterpreter [experimental]
+
+L<https://trac.parrot.org/parrot/ticket/264>
+
=back
=head1 Opcodes
Modified: trunk/src/pmc/parrotinterpreter.pmc
==============================================================================
--- trunk/src/pmc/parrotinterpreter.pmc Tue Jun 16 05:19:33 2009 (r39583)
+++ trunk/src/pmc/parrotinterpreter.pmc Tue Jun 16 06:14:36 2009 (r39584)
@@ -806,7 +806,7 @@
Optionally sets the parrot handler passed as second argument
as the specified standard handler.
-This method is experimental.
+This method is experimental. See TT #264.
=cut
More information about the parrot-commits
mailing list