After some discussion at the distutils sprint at PyCon 2005, it seems that
no one really wants to make a new standalone release of Distutils. Given that, there's no reason for Distutils code to preserve backward compatibility, so I am removing the requirement for 2.1 compatibility. (Jython doesn't use Distutils. Samuele Pedroni observes that if Jython does use it someday, that version of Jython will likely support 2.2/2.3 features. So Jython isn't a reason to keep 2.1 compatibility.)
This commit is contained in:
parent
241ebfde07
commit
e769029165
|
@ -81,7 +81,6 @@ Backward Compatible Packages, Modules, and Tools
|
|||
Barry Warsaw
|
||||
compiler Jeremy Hylton 2.1
|
||||
decimal Raymond Hettinger 2.3 [2]
|
||||
distutils Andrew Kuchling 2.1
|
||||
email Barry Warsaw 2.1 / 2.3 [1]
|
||||
logging Vinay Sajip 1.5.2
|
||||
sre Fredrik Lundh 2.1
|
||||
|
|
Loading…
Reference in New Issue