[issue5394] Distutils in trunk does not work with old Python (2.3 - 2.5)

2009-03-06 Thread Tarek Ziadé
Tarek Ziadé added the comment: done in r70212 and r70214 Thanks Akira ! -- status: open -> closed ___ Python tracker ___ ___ Python-b

[issue5394] Distutils in trunk does not work with old Python (2.3 - 2.5)

2009-02-28 Thread Tarek Ziadé
Tarek Ziadé added the comment: right, this code is not covered by tests. I'll apply your patch, and add a test case for that. -- priority: -> high ___ Python tracker ___ ___

[issue5394] Distutils in trunk does not work with old Python (2.3 - 2.5)

2009-02-28 Thread Akira Kitada
New submission from Akira Kitada : As written in its README, "Distutils must remain compatible with 2.3", but it isn't. Attached patch fixes this. -- assignee: tarek components: Distutils files: python23_compat.diff keywords: patch messages: 82920 nosy: akitada, tarek severity: normal st