From: Tarek Ziadé Date: Tue, 2 Feb 2010 22:55:00 +0000 (+0000) Subject: fixed a typo on distutils.sysconfig. thanks arfever X-Git-Tag: v2.7a3~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bece7f2d361bb8cc9f2ba835114d52f9fc3a4604;p=python fixed a typo on distutils.sysconfig. thanks arfever --- diff --git a/Lib/distutils/sysconfig.py b/Lib/distutils/sysconfig.py index 2d92dabf7b..a247bc2cd7 100644 --- a/Lib/distutils/sysconfig.py +++ b/Lib/distutils/sysconfig.py @@ -9,7 +9,7 @@ Written by: Fred L. Drake, Jr. Email: **This module has been moved out of Distutils and will be removed from -Python in the next version (3.2)** +Python in the next version (3.3)** """ __revision__ = "$Id$"