[svn:parrot] r47914 - trunk

dukeleto at svn.parrot.org dukeleto at svn.parrot.org
Tue Jun 29 18:19:02 UTC 2010


Author: dukeleto
Date: Tue Jun 29 18:19:01 2010
New Revision: 47914
URL: https://trac.parrot.org/parrot/changeset/47914

Log:
[doc][TT #1697] Add a deprecation notice for the open/close opcodes

Modified:
   trunk/DEPRECATED.pod

Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod	Tue Jun 29 18:16:46 2010	(r47913)
+++ trunk/DEPRECATED.pod	Tue Jun 29 18:19:01 2010	(r47914)
@@ -153,6 +153,13 @@
 
 =over 4
 
+=item open and close opcodes will be removed [eligible in 2.7]
+
+L<https://trac.parrot.org/parrot/ticket/1697>
+
+These opcodes will be removed. The open/close methods on File or
+the FileHandle PMC should be used instead.
+
 =item get_addr and set_addr [eligible in 1.5]
 
 L<https://trac.parrot.org/parrot/ticket/218>


More information about the parrot-commits mailing list