Author: coke
Date: Fri Dec 7 05:15:47 2007
New Revision: 23568
Modified:
trunk/docs/pdds/pdd22_io.pod
Changes in other areas also in this revision:
Modified:
trunk/DEPRECATED.pod
Log:
[docs] Open two tickets to track the deprecation of one item and the feature
that is replacing it
Modified: trunk/docs/pdds/pdd22_io.pod
==============================================================================
--- trunk/docs/pdds/pdd22_io.pod (original)
+++ trunk/docs/pdds/pdd22_io.pod Fri Dec 7 05:15:47 2007
@@ -257,7 +257,7 @@
the existing data in the buffer, a size change is non-disruptive, but if
the new size is smaller, it will truncate the buffer with a warning.
-=item C<get_fd>
+=item C<get_fd> [RT #48312]
$I0 = $P1.get_fd()
@@ -271,6 +271,7 @@
{{ NOTE: use a config probe (behind C<does> or C<can>) to determine support }}
+
=back
=head2 Status Object PMC API
@@ -584,7 +585,7 @@
C<getfd> retrieves the UNIX integer file descriptor of a stream object.
The opcode has been replaced by a 'get_fd' method on the ParrotIO
-object.
+object. See RT #48310.
=item *