diff options
author | Miro HronĨok <miro@hroncok.cz> | 2019-01-09 23:55:03 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2019-01-09 23:55:03 (GMT) |
commit | a306bdd39f5d4a8a615487e7840355e923706811 (patch) | |
tree | 8ea319db26e3312009db11a118681201f778e077 | |
parent | 91c6158dbc5d70fcd91993b4e62c7bae926c2ea2 (diff) | |
download | cpython-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/README | 2 |
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$ |