summaryrefslogtreecommitdiff
path: root/site.cfg.example
diff options
context:
space:
mode:
authorSorin Sbarnea <sorinsbarnea@bmlltech.com>2016-04-28 16:25:47 +0100
committerSorin Sbarnea <sorinsbarnea@bmlltech.com>2016-04-28 16:30:55 +0100
commitd73e877d72b012b4b0117980590579e516904c8f (patch)
tree8acc6ae1e884450f444e2cc1cf7a6f4f2ab2d048 /site.cfg.example
parent1b6831be8dc33308e77f3d3253f5ee777e3bb178 (diff)
downloadpython-numpy-d73e877d72b012b4b0117980590579e516904c8f.tar.gz
python-numpy-d73e877d72b012b4b0117980590579e516904c8f.tar.bz2
python-numpy-d73e877d72b012b4b0117980590579e516904c8f.zip
BLD: fix configparser.InterpolationSyntaxError
Closes #7572 inability to install in virtualenvs with percent in their path.
Diffstat (limited to 'site.cfg.example')
-rw-r--r--site.cfg.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/site.cfg.example b/site.cfg.example
index 69cb9892c..05b49e507 100644
--- a/site.cfg.example
+++ b/site.cfg.example
@@ -8,6 +8,7 @@
# will also be checked for the file ~/.numpy-site.cfg .
# The format of the file is that of the standard library's ConfigParser module.
+# No interpolation is allowed, RawConfigParser class being used to load it.
#
# http://docs.python.org/3/library/configparser.html
#