Author: coke Date: Fri Jan 23 22:37:00 2009 New Revision: 35948 Modified: trunk/DEPRECATED.pod
Log: This item seems to have been resolved in r35928 (please add ticket numbers to deprecation items to facilitate tracking)) Modified: trunk/DEPRECATED.pod ============================================================================== --- trunk/DEPRECATED.pod (original) +++ trunk/DEPRECATED.pod Fri Jan 23 22:37:00 2009 @@ -104,17 +104,6 @@ See TT #159 -=item * load_bytecode without a file extension [post 0.9.0] - -The load_bytecode opcode will require an extension on all .pir, .pasm, -and .pbc files. It will perform limited checks for alternate extensions: - - a .pir file that isn't found will check for a .pbc file - - a .pasm file that isn't found will check for a .pbc file - - a .pbc file that isn't found will check for a .pir file, then a .pasm file - =item * all socket-related opcodes [post 0.9.0] The socket-related opcodes will all be replaced with method calls.