[svn:parrot] r46263 - trunk
coke at svn.parrot.org
coke at svn.parrot.org
Tue May 4 02:07:22 UTC 2010
Author: coke
Date: Tue May 4 02:07:21 2010
New Revision: 46263
URL: https://trac.parrot.org/parrot/changeset/46263
Log:
These were removed in r46055.
Modified:
trunk/DEPRECATED.pod
Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod Tue May 4 02:00:17 2010 (r46262)
+++ trunk/DEPRECATED.pod Tue May 4 02:07:21 2010 (r46263)
@@ -201,20 +201,6 @@
L<https://trac.parrot.org/parrot/ticket/1207>
-=item substr_s_i_i_s [eligible in 2.4]
-
-This op will be replaced with replace_s_s_i_i_s op to clearly indicate
-semantic. Part of COW removal.
-
-L<https://trac.parrot.org/parrot/ticket/1540>
-
-=item substr_s_s_i_i_s [eligible in 2.4]
-
-This op is deprecated. Use replace_s_s_i_i_s or substr_s_s_i_i (or both)
-instead. Part of COW removal.
-
-L<https://trac.parrot.org/parrot/ticket/1540>
-
=item inplace string updates. [eligible in 2.4]
All "inplace" string update ops are deprecated. E.g. "chopn_s", etc.
More information about the parrot-commits
mailing list