Re: [PyQt] PyQt should not ignore functools.partial signature

2011-10-14 Thread Luper Rouch
2011/10/13 Phil Thompson p...@riverbankcomputing.com On Wed, 12 Oct 2011 15:57:17 +0200, Luper Rouch luper.ro...@gmail.com wrote: PyQt seems to ignore the signature of functools.partial objects (the 'args' and 'keywords' attributes [1]), when connecting a callable. Here is an example

Re: [PyQt] PyQt should not ignore functools.partial signature

2011-10-14 Thread Phil Thompson
On Fri, 14 Oct 2011 11:10:03 +0200, Luper Rouch luper.ro...@gmail.com wrote: 2011/10/13 Phil Thompson p...@riverbankcomputing.com On Wed, 12 Oct 2011 15:57:17 +0200, Luper Rouch luper.ro...@gmail.com wrote: PyQt seems to ignore the signature of functools.partial objects (the 'args' and

Re: [PyQt] PyQt should not ignore functools.partial signature

2011-10-13 Thread Phil Thompson
On Wed, 12 Oct 2011 15:57:17 +0200, Luper Rouch luper.ro...@gmail.com wrote: PyQt seems to ignore the signature of functools.partial objects (the 'args' and 'keywords' attributes [1]), when connecting a callable. Here is an example demonstrating the problem : import functools from