diff options
author | Andrew Featherstone <andrew.featherstone@gmail.com> | 2017-12-02 01:29:53 (GMT) |
---|---|---|
committer | Andrew Featherstone <andrew.featherstone@gmail.com> | 2017-12-02 01:29:53 (GMT) |
commit | 8d0b5313c385ae7adfb56631d9082d4b57db1836 (patch) | |
tree | 5fd56839f4985a53514c37973cd05d113bf3789e /doc | |
parent | 958bae8c6e20624e000cfcd4b5dee281a3b06092 (diff) | |
download | SCons-8d0b5313c385ae7adfb56631d9082d4b57db1836.zip SCons-8d0b5313c385ae7adfb56631d9082d4b57db1836.tar.gz SCons-8d0b5313c385ae7adfb56631d9082d4b57db1836.tar.bz2 |
Remove testing for hashlib and corresponding support for command line options.
hashlib is part of the standard library since Python 2.5, and SCons supports Python 2.7 and later.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/man/scons.xml b/doc/man/scons.xml index bc3793f..fe1803b 100644 --- a/doc/man/scons.xml +++ b/doc/man/scons.xml @@ -1871,15 +1871,6 @@ These warnings are enabled by default.</para> </listitem> </varlistentry> <varlistentry> - <term>--warn=no-md5-module, --warn=no-no-md5-module</term> - <listitem> -<para>Enables or disables warnings about the version of Python -not having an MD5 checksum module available. -These warnings are enabled by default.</para> - - </listitem> - </varlistentry> - <varlistentry> <term>--warn=no-metaclass-support, --warn=no-no-metaclass-support</term> <listitem> <para>Enables or disables warnings about the version of Python |