Re: [Python-projects] hgview / debian

2009-09-01 Thread Alexandre Fayolle
On Monday 31 August 2009 21:38:46 you wrote: > Hey Guys, > > I needed to inspect some hg repository so I started to look for some hg > gui -- apparently there is none in Debian! (myself I am git user) > Then I found hgview/closed ITP for it/tried it from the repository/and > only then I found your

Re: [Python-projects] Pylint complains on internal variable of a function

2009-09-01 Thread Dotan Barak
On Mon, Aug 31, 2009 at 9:26 AM, Sylvain Thénault wrote: > On 30 août 09:57, Dotan Barak wrote: >> Hi. > > Hi, > >> I'm sing the latest pylint (0.18.1), and for the following code: >> <--start--> >> def func1(): >>     func1.cntr = 0 >> >>     def internal_func(): >>         print "%d" % func1.cntr