From: Miro HronĨok Date: Wed, 9 Jan 2019 23:55:03 +0000 (+0100) Subject: Distutils no longer needs to remain compatible with 2.3 (GH-11423) X-Git-Tag: v3.8.0a1~124 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a306bdd39f5d4a8a615487e7840355e923706811;p=thirdparty%2FPython%2Fcpython.git Distutils no longer needs to remain compatible with 2.3 (GH-11423) --- diff --git a/Lib/distutils/README b/Lib/distutils/README index 408a203b85d5..23f488506f85 100644 --- a/Lib/distutils/README +++ b/Lib/distutils/README @@ -8,6 +8,4 @@ The Distutils-SIG web page is also a good starting point: http://www.python.org/sigs/distutils-sig/ -WARNING : Distutils must remain compatible with 2.3 - $Id$