[svn:parrot] r36236 - trunk/docs/pdds

allison at svn.parrot.org allison at svn.parrot.org
Sun Feb 1 07:28:27 UTC 2009


Author: allison
Date: Sun Feb  1 07:28:26 2009
New Revision: 36236
URL: https://trac.parrot.org/parrot/changeset/36236

Log:
[pdd] Clearly mark 'callmethodsupercc' and 'callmethodnextcc' as unimplemented,
attaching a potential future release date. Resolves RT #43423.

Modified:
   trunk/docs/pdds/pdd15_objects.pod

Modified: trunk/docs/pdds/pdd15_objects.pod
==============================================================================
--- trunk/docs/pdds/pdd15_objects.pod	Sun Feb  1 07:14:08 2009	(r36235)
+++ trunk/docs/pdds/pdd15_objects.pod	Sun Feb  1 07:28:26 2009	(r36236)
@@ -986,7 +986,7 @@
 
 Throws a Method_Not_Found_Exception for a non-existent method.
 
-=item callmethodsupercc
+=item callmethodsupercc [hypothetical, 2.0 or later]
 
   callmethodsupercc $P1, $S1
   callmethodsupercc $P1, $P2
@@ -997,7 +997,7 @@
 current class when searching for the method, and only looks in the parent
 classes.  PIR may provide some syntactical sugar for this.
 
-=item callmethodnextcc
+=item callmethodnextcc [hypothetical, 2.0 or later]
 
   callmethodnextcc $P1, $S1
   callmethodnextcc $P1, $P2


More information about the parrot-commits mailing list