[issue7694] DeprecationWarning from build_ext needs stacklevel

2010-12-15 Thread Éric Araujo
Éric Araujo added the comment: I checked again and found those files to be fixed in 3.2: (in Lib/distutils) command/register.py command/sdist.py dist.py extension.py. Instances of self.warn or file.warn are false positives, they are logging calls. The situation is different in distutils2: De

[issue7694] DeprecationWarning from build_ext needs stacklevel

2010-12-15 Thread Éric Araujo
Changes by Éric Araujo : -- Removed message: http://bugs.python.org/msg113018 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue7694] DeprecationWarning from build_ext needs stacklevel

2010-09-29 Thread Éric Araujo
Changes by Éric Araujo : -- keywords: +easy versions: +3rd party ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue7694] DeprecationWarning from build_ext needs stacklevel

2010-08-20 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: -terry.reedy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue7694] DeprecationWarning from build_ext needs stacklevel

2010-08-20 Thread Éric Araujo
Éric Araujo added the comment: This change has been reverted in 2.7 and 3.x, I’ll check distutils2. Thank you. We should test that warnings stacklevels make sense; it’s on my todo list. -- assignee: tarek -> eric.araujo components: +Distutils2 -Distutils nosy: +eric.araujo title: Depre