[issue5984] distutils.command.build_ext.check_extensions_list broken checkings

2009-05-10 Thread Tarek Ziadé
Tarek Ziadé added the comment: (the pending deprecation warning will be done separately) -- ___ Python tracker ___ ___ Python-bugs-lis

[issue5984] distutils.command.build_ext.check_extensions_list broken checkings

2009-05-10 Thread Tarek Ziadé
Tarek Ziadé added the comment: done in r72531, r72532, r72533, r72534 -- status: open -> closed ___ Python tracker ___ ___ Python-bugs

[issue5984] distutils.command.build_ext.check_extensions_list broken checkings

2009-05-10 Thread Tarek Ziadé
New submission from Tarek Ziadé : distutils.command.build_ext.check_extensions_list is not really working for old style extensions. Will fix it and put a pending deprecation warning for 2.7 and 3.1 (then remove it under 3.2) -- assignee: tarek components: Distutils messages: 87517 nosy: