[svn:parrot] r46228 - trunk

plobsing at svn.parrot.org plobsing at svn.parrot.org
Mon May 3 05:50:07 UTC 2010


Author: plobsing
Date: Mon May  3 05:50:07 2010
New Revision: 46228
URL: https://trac.parrot.org/parrot/changeset/46228

Log:
deprecate String.lower()

Modified:
   trunk/DEPRECATED.pod

Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod	Mon May  3 05:15:12 2010	(r46227)
+++ trunk/DEPRECATED.pod	Mon May  3 05:50:07 2010	(r46228)
@@ -127,6 +127,13 @@
 
 L<http://trac.parrot.org/parrot/ticket/1506>
 
+=item Method lower on String [eligible in 3.1]
+
+Use the downcase opcode or subclass with a method name consistent with your
+HLL.
+
+L<http://trac.parrot.org/parrot/ticket/1606>
+
 =back
 
 =head1 Opcodes


More information about the parrot-commits mailing list