[Python-checkins] r79046 - python/branches/py3k-jit/JIT_TODO.txt

collin.winter python-checkins at python.org
Thu Mar 18 01:24:11 CET 2010


Author: collin.winter
Date: Thu Mar 18 01:24:11 2010
New Revision: 79046

Log:
Mark 'import r246' as done.

Modified:
   python/branches/py3k-jit/JIT_TODO.txt

Modified: python/branches/py3k-jit/JIT_TODO.txt
==============================================================================
--- python/branches/py3k-jit/JIT_TODO.txt	(original)
+++ python/branches/py3k-jit/JIT_TODO.txt	Thu Mar 18 01:24:11 2010
@@ -17,7 +17,6 @@
     - r642, r644, r645
     - r636
     - r301
-    - r246
     Some of these should go into trunk, then py3k, then py3k-jit. Some of
     these may have already been committed. This is just a rough worklist.
 - Import changes designed to improve startup time:
@@ -47,3 +46,4 @@
     - r815 (Lib/test/test_dynamic.py, Lib/test/support.py; r79009)
     - r563 (r72777, r72778)
     - r268 (r70672, r70673)
+    - r246 (r79044, r79045)


More information about the Python-checkins mailing list