[Python-projects] Problem and Fix for PyQt4 and pylint
Sylvain Thénault
sylvain.thenault at logilab.fr
Thu Jul 30 08:41:30 CEST 2009
On 30 juillet 09:34, Derek Harland wrote:
> Hi Sylvain
Hi,
> * Am returning a newer patch to you for raw_building.py --- problem
> here is that __name__ doesn't even exist so this patch just replaces
> constructs like
> member.__name__ or localname
> with
> getattr(member, '__name__', None) or localname
>
> to ensure that both blanks and missing get mapped to localname.
done.
> * Just to note also, your patch seemed to be against an older
> version of raw_building.py than I have (comes from the 0.19
> release).
it was actually the diff with the head revision in our repository (url
nico gave to you). Attached is a diff with the 0.19 version of this file.
> * I'll be folding these patches into the macports project ... would
> you be so kind as to let me know when a new release comes along that
> no longer needs them?
sure, new versions are announced on this list.
--
Sylvain Thénault LOGILAB, Paris (France)
Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations
Développement logiciel sur mesure: http://www.logilab.fr/services
CubicWeb, the semantic web framework: http://www.cubicweb.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: astng.raw_building.diff
Type: text/x-diff
Size: 2211 bytes
Desc: not available
URL: <http://lists.logilab.org/pipermail/python-projects/attachments/20090730/814d792a/attachment-0001.diff>
More information about the Python-Projects
mailing list