From: Éric Araujo Date: Tue, 4 Oct 2011 23:14:02 +0000 (+0200) Subject: Remove inline comment, no longer supported by configparser. X-Git-Tag: v3.3.0a1~1290^2~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=56fab3daed27f53e1f7c59a1b2481d7be9175a9f;p=thirdparty%2FPython%2Fcpython.git Remove inline comment, no longer supported by configparser. (Deleted rather than moved because multilib implementations vary.) --- diff --git a/Lib/sysconfig.cfg b/Lib/sysconfig.cfg index 573b12e8daf8..565c0ebaec09 100644 --- a/Lib/sysconfig.cfg +++ b/Lib/sysconfig.cfg @@ -31,7 +31,7 @@ man = {datadir}/man # 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}