[svn:parrot] r36481 - trunk/src/ops

allison at svn.parrot.org allison at svn.parrot.org
Sun Feb 8 23:24:18 UTC 2009


Author: allison
Date: Sun Feb  8 23:24:16 2009
New Revision: 36481
URL: https://trac.parrot.org/parrot/changeset/36481

Log:
[cage] Removing TODO for load_bytecode to search library paths, because it's
already been done. Resolves RT #42381.

Modified:
   trunk/src/ops/core.ops

Modified: trunk/src/ops/core.ops
==============================================================================
--- trunk/src/ops/core.ops	Sun Feb  8 22:51:54 2009	(r36480)
+++ trunk/src/ops/core.ops	Sun Feb  8 23:24:16 2009	(r36481)
@@ -96,8 +96,8 @@
 
 =item B<load_bytecode>(in STR)
 
-Load Parrot bytecode from file $1, and
-RT#42381 search the library path to locate the file.
+Load Parrot bytecode from file $1, and search the library path to locate the
+file.
 
 =cut
 


More information about the parrot-commits mailing list