[Python-checkins] r57085 - python/trunk/Misc/build.sh
neal.norwitz
python-checkins at python.org
Thu Aug 16 07:16:31 CEST 2007
Author: neal.norwitz
Date: Thu Aug 16 07:16:09 2007
New Revision: 57085
Modified:
python/trunk/Misc/build.sh
Log:
Try to make the comment a little clearer.
Modified: python/trunk/Misc/build.sh
==============================================================================
--- python/trunk/Misc/build.sh (original)
+++ python/trunk/Misc/build.sh Thu Aug 16 07:16:09 2007
@@ -214,9 +214,10 @@
cd $DIR/Doc
F="make-doc.out"
start=`current_time`
-# XXX(nnorwitz): will there be a similar problem with the new ReST-based system?
-# Keep this code around until after the first release of 2.6a1 or 3.0a1.
-# At that point, it should be clear if this code is needed or not.
+# XXX(nnorwitz): For now, keep the code that checks for a conflicted file until
+# after the first release of 2.6a1 or 3.0a1. At that point, it will be clear
+# if there will be a similar problem with the new doc system.
+
# Doc/commontex/boilerplate.tex is expected to always have an outstanding
# modification for the date. When a release is cut, a conflict occurs.
# This allows us to detect this problem and not try to build the docs
More information about the Python-checkins
mailing list