[issue3985] removed string module from distutils [patch]

2010-07-18 Thread Mark Lawrence
Mark Lawrence added the comment: Tarek, has this move to distutils2 taken place so we can close this, or do you wish to leave this issue open? -- nosy: +BreamoreBoy ___ Python tracker _

[issue3985] removed string module from distutils [patch]

2010-04-09 Thread Tarek Ziadé
Tarek Ziadé added the comment: Distutils is now frozen. Moving it to Distutils2 -- components: +Distutils2 -Distutils ___ Python tracker ___ _

[issue3985] removed string module from distutils [patch]

2010-04-08 Thread Ezio Melotti
Ezio Melotti added the comment: Patch looks good. There's only a missing space before the for in: +self.metadata.platforms = [kw.strip() + for kw in platformlist.split(',')] -- nosy: +ezio.melotti resolution: -> accepted stage:

[issue3985] removed string module from distutils [patch]

2010-04-08 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +merwok ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue3985] removed string module from distutils [patch]

2009-03-07 Thread Akira Kitada
Akira Kitada added the comment: The patch looks ok to me. Python 2.3 - 2.6 seem working fine with this patch, too. -- nosy: +akitada ___ Python tracker ___ __

[issue3985] removed string module from distutils [patch]

2009-02-13 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- priority: -> normal ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue3985] removed string module from distutils [patch]

2009-02-05 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- assignee: -> tarek ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue3985] removed string module from distutils [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]> ___

[issue3985] removed string module from distutils [patch]

2008-09-28 Thread Tarek Ziadé
Changes by Tarek Ziadé <[EMAIL PROTECTED]>: -- title: removed string module from distutils -> removed string module from distutils [patch] ___ Python tracker <[EMAIL PROTECTED]> _