Re: [Python-Dev] r86276 - python/branches/py3k/Lib/distutils/cygwinccompiler.py

2010-11-08 Thread Éric Araujo
>> It seems this and previous fixes should be backported to 2.7. > > Perhaps there should be a 'backport 2.7' keyword to check on issues that > might be but have not been. The “Your issues” list is very helpful and works well for me. This bug is still open and assigned to me (and opened in my w

Re: [Python-Dev] r86276 - python/branches/py3k/Lib/distutils/cygwinccompiler.py

2010-11-08 Thread Éric Araujo
>> New Revision: 86276 >> Log: >> Fix #10252 again (hopefully definitely). Patch by Brian Curtin. > > It seems this and previous fixes should be backported to 2.7. Certainly. I was waiting on buildbot feedback before doing it. Regards ___ Python-Dev

Re: [Python-Dev] r86276 - python/branches/py3k/Lib/distutils/cygwinccompiler.py

2010-11-07 Thread Terry Reedy
On 11/7/2010 5:11 PM, Antoine Pitrou wrote: On Sat, 6 Nov 2010 19:03:53 +0100 (CET) eric.araujo wrote: Author: eric.araujo Date: Sat Nov 6 19:03:52 2010 New Revision: 86276 Log: Fix #10252 again (hopefully definitely). Patch by Brian Curtin. It seems this and previous fixes should be back

Re: [Python-Dev] r86276 - python/branches/py3k/Lib/distutils/cygwinccompiler.py

2010-11-07 Thread Antoine Pitrou
On Sat, 6 Nov 2010 19:03:53 +0100 (CET) eric.araujo wrote: > Author: eric.araujo > Date: Sat Nov 6 19:03:52 2010 > New Revision: 86276 > > Log: > Fix #10252 again (hopefully definitely). Patch by Brian Curtin. It seems this and previous fixes should be backported to 2.7. Regards Antoine.