summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-05-04 21:29:09 (GMT)
committerGitHub <noreply@github.com>2017-05-04 21:29:09 (GMT)
commitb109a1d3360fc4bb87b9887264e3634632d392ca (patch)
treecd30e9e2e96548eb4c44da87d3c775c76856e2a8 /Doc
parent6dd4d734ed207ba16b017e38f8909de7ef187e29 (diff)
downloadcpython-b109a1d3360fc4bb87b9887264e3634632d392ca.zip
cpython-b109a1d3360fc4bb87b9887264e3634632d392ca.tar.gz
cpython-b109a1d3360fc4bb87b9887264e3634632d392ca.tar.bz2
bpo-30273: Update sysconfig (#1464)
The AST_H_DIR variable was removed from Makefile.pre.in by the commit a5c62a8e9f0de6c4133825a5710984a3cd5e102b (bpo-23404). AST_H_DIR was hardcoded to "Include", so replace the removed variable by its content. Remove also ASDLGEN variable from sysconfig example since this variable was also removed.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/sysconfig.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/sysconfig.rst b/Doc/library/sysconfig.rst
index 08b74a9..f066a76 100644
--- a/Doc/library/sysconfig.rst
+++ b/Doc/library/sysconfig.rst
@@ -255,7 +255,6 @@ You can use :mod:`sysconfig` as a script with Python's *-m* option:
AIX_GENUINE_CPLUSPLUS = "0"
AR = "ar"
ARFLAGS = "rc"
- ASDLGEN = "./Parser/asdl_c.py"
...
This call will print in the standard output the information returned by