[svn:parrot] r45742 - trunk

bacek at svn.parrot.org bacek at svn.parrot.org
Sat Apr 17 10:42:00 UTC 2010


Author: bacek
Date: Sat Apr 17 10:41:59 2010
New Revision: 45742
URL: https://trac.parrot.org/parrot/changeset/45742

Log:
Add substr_s_s_i_i_s into deprecation.

Modified:
   trunk/DEPRECATED.pod

Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod	Sat Apr 17 10:36:34 2010	(r45741)
+++ trunk/DEPRECATED.pod	Sat Apr 17 10:41:59 2010	(r45742)
@@ -201,6 +201,13 @@
 
 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