[issue3986] removed string and type usage from distutils.cmd [patch]

2009-02-06 Thread Tarek Ziadé
Tarek Ziadé ziade.ta...@gmail.com added the comment: worked started in r3986 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3986 ___ ___ Python-bugs-list

[issue3986] removed string and type usage from distutils.cmd [patch]

2009-02-05 Thread Tarek Ziadé
Changes by Tarek Ziadé ziade.ta...@gmail.com: -- assignee: - tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3986 ___ ___ Python-bugs-list

[issue3986] removed string and type usage from distutils.cmd [patch]

2008-09-29 Thread Tarek Ziadé
Changes by Tarek Ziadé [EMAIL PROTECTED]: -- versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3986 ___ ___

[issue3986] removed string and type usage from distutils.cmd [patch]

2008-09-28 Thread Tarek Ziadé
New submission from Tarek Ziadé [EMAIL PROTECTED]: I am removing in this patch the usage of string and type. 1/ I have remove string import, and used the proper modern syntax 2/ Type was used to check for object types, and sometimes isinstance() was called. I have replaced all the calls by