summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiro HronĨok <miro@hroncok.cz>2019-01-09 23:55:03 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2019-01-09 23:55:03 (GMT)
commita306bdd39f5d4a8a615487e7840355e923706811 (patch)
tree8ea319db26e3312009db11a118681201f778e077
parent91c6158dbc5d70fcd91993b4e62c7bae926c2ea2 (diff)
downloadcpython-a306bdd39f5d4a8a615487e7840355e923706811.zip
cpython-a306bdd39f5d4a8a615487e7840355e923706811.tar.gz
cpython-a306bdd39f5d4a8a615487e7840355e923706811.tar.bz2
Distutils no longer needs to remain compatible with 2.3 (GH-11423)
-rw-r--r--Lib/distutils/README2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/distutils/README b/Lib/distutils/README
index 408a203..23f4885 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$