[Python-checkins] devinabox: Re-org some comments.

brett.cannon python-checkins at python.org
Mon Feb 28 23:03:50 CET 2011


brett.cannon pushed 1d912fdfa240 to devinabox:

http://hg.python.org/devinabox/rev/1d912fdfa240
changeset:   4:1d912fdfa240
user:        Brett Cannon <brett at python.org>
date:        Fri Feb 25 16:49:32 2011 -0800
summary:
  Re-org some comments.

files:
  box.py

diff --git a/box.py b/box.py
--- a/box.py
+++ b/box.py
@@ -56,8 +56,6 @@
 version of CPython.
 
 """
-# XXX Script to build CPython? On Windows should just open devguide to proper
-#     page?
 # XXX README or just the docstring for this script?
 # XXX Script to run thorough test suite?
 
@@ -274,7 +272,7 @@
             subprocess.check_call(['make', 'checkout'])
 
     # XXX build docs (and symlink)
-    # XXX script to build CPython? multiprocessing.cpu_count()
+    # XXX script to build CPython? multiprocessing.cpu_count(). Windows?
     # XXX script to run unit tests? multiprocessing.cpu_count()
 
 

--
Repository URL: http://hg.python.org/devinabox


More information about the Python-checkins mailing list