classification
Title: removed string module from distutils [patch]
Type: Stage:
Components: Distutils Versions: Python 3.1, Python 2.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: tarek Nosy List: akitada, tarek (2)
Priority: normal Keywords patch

Created on 2008-09-28 10:30 by tarek, last changed 2009-03-07 12:26 by akitada.

Files
File name Uploaded Description Edit Remove
dist-no-string.diff tarek, 2008-09-28 10:30
Messages (2)
msg73965 - (view) Author: Tarek Ziadé (tarek) Date: 2008-09-28 10:30
This patch removes string usage from dist.py, so the module uses modern
syntax.
msg83279 - (view) Author: Akira Kitada (akitada) Date: 2009-03-07 12:26
The patch looks ok to me.
Python 2.3 - 2.6 seem working fine with this patch, too.
History
Date User Action Args
2009-03-07 12:26:16akitadasetnosy: + akitada
messages: + msg83279
2009-02-13 12:14:32tareksetpriority: normal
2009-02-06 01:31:45tareksetassignee: tarek
2008-09-29 08:22:46tareksetversions: + Python 3.1, Python 2.7, - Python 2.6
2008-09-28 10:31:52tareksettitle: removed string module from distutils -> removed string module from distutils [patch]
2008-09-28 10:30:52tarekcreate