]> granicus.if.org Git - python/commitdiff
Add an XXX comment and a pointer to a full bug report.
authorFred Drake <fdrake@acm.org>
Thu, 25 Jul 2002 20:13:03 +0000 (20:13 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 25 Jul 2002 20:13:03 +0000 (20:13 +0000)
Lib/site.py

index 23c12a09ee99e1d2e896602fdc363c9766096fe7..a6ffb59d8373e820457c2c8f2348af3a30553172 100644 (file)
@@ -92,6 +92,8 @@ del dir, dircase, L
 
 # Append ./build/lib.<platform> in case we're running in the build dir
 # (especially for Guido :-)
+# XXX This should not be part of site.py, since it is needed even when
+# using the -S option for Python.  See http://www.python.org/sf/586680
 if os.name == "posix" and os.path.basename(sys.path[-1]) == "Modules":
     from distutils.util import get_platform
     s = "build/lib.%s-%.3s" % (get_platform(), sys.version)