diff options
author | Mats Wichmann <mats@linux.com> | 2019-09-10 15:26:57 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2019-12-05 00:40:27 (GMT) |
commit | 5e734795b0dc18c6a9955d764ac19f149714fc4f (patch) | |
tree | 587f6aaec107c88721f1c49e919fcf1beb01138a /doc/user | |
parent | d4eaa1986cfffdb11eee0aa5240fa44bef370fb1 (diff) | |
download | SCons-5e734795b0dc18c6a9955d764ac19f149714fc4f.zip SCons-5e734795b0dc18c6a9955d764ac19f149714fc4f.tar.gz SCons-5e734795b0dc18c6a9955d764ac19f149714fc4f.tar.bz2 |
[PR #3343] fix review comments [ci skip]
get importlib magic number from util
sider complaints about unicode usage
sider complaint about subprocess return value unused
sider complaint about shutil import unused (it is used, but
inside a big string that is written to a file to be executed)
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/depends.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/user/depends.xml b/doc/user/depends.xml index 5a78eb5..cd5094a 100644 --- a/doc/user/depends.xml +++ b/doc/user/depends.xml @@ -764,6 +764,7 @@ int main() { printf("Hello, world!\n"); } encounter them in older &SConscript; files. </para> + </section> <section> <title>Implicit Dependencies: The &cv-CPPPATH; Construction Variable</title> |