[Python-checkins] cpython: Remove inline comment, no longer supported by configparser.

eric.araujo python-checkins at python.org
Thu Oct 6 13:24:06 CEST 2011


http://hg.python.org/cpython/rev/285950ceee8a
changeset:   72730:285950ceee8a
user:        Éric Araujo <merwok at netwok.org>
date:        Wed Oct 05 01:14:02 2011 +0200
summary:
  Remove inline comment, no longer supported by configparser.

(Deleted rather than moved because multilib implementations vary.)

files:
  Lib/sysconfig.cfg |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/sysconfig.cfg b/Lib/sysconfig.cfg
--- a/Lib/sysconfig.cfg
+++ b/Lib/sysconfig.cfg
@@ -31,7 +31,7 @@
 # be used directly in [resource_locations].
 confdir = /etc
 datadir = /usr/share
-libdir = /usr/lib  ; or /usr/lib64 on a multilib system
+libdir = /usr/lib
 statedir = /var
 # User resource directory
 local = ~/.local/{distribution.name}

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


More information about the Python-checkins mailing list