On 25 juillet 13:02, Torsten Marek wrote: > On Thu, Jul 25, 2013 at 12:20 PM, Sylvain Thénault < > sylvain.thena...@logilab.fr> wrote: > > > On 25 juillet 11:47, Torsten Marek wrote: > > > But it still needs to be processed afterwards to be put into _messages > > and > > > _messages_by_symbol so that old versions of pylint:disable=C1234 work. If > > > you want to have old names in the message definition by default for true > > > upstream messages, I can do that. In that case, I can either leave > > > add_renamed_warning (a new version that does the right thing > > automatically) > > > in lint.py, or I can put into our code. > > > > right. Let's go that way if it's ok for your need, we shall see later to > > improve it. > > > > > BTW, I won't sent back any more patches for 1.0, more backports will wait > > > for 1.1. > > > > Sounds good. Did you have a look to my pending cset ? > > > > Why did you remove the callable interface? Otherwise, looks good to me.
because it makes no sense since the idea of the protocol completness stuff is that if some method which is part of a protocol is there, other methods should be there as well. In case where the protocol consists of a single method like __call__, there is nothing we can do. -- Sylvain Thénault, LOGILAB, Paris (01.45.32.03.12) - Toulouse (05.62.17.16.42) 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 _______________________________________________ Python-Projects mailing list Python-Projects@lists.logilab.org http://lists.logilab.org/mailman/listinfo/python-projects