try/except/finally

Benjamin Pollack benjamin at bitquabit.com
Wed Oct 19 18:32:03 UTC 2011


On 10/19/2011 2:29 PM, Lee Cantey wrote:
> I've noticed that use of try/except/finally has crept into commands.py
> and is in largefiles/overrides.py.  Is 2.4 still our target version?
> I ask since Matt had said "(please don't ask about deprecating 2.4
> until about 2011)" back in 2009
> [http://markmail.org/message/bjxweszp22aerr44].

kbfiles originally didn't attempt to target Python < 2.6, and we 
neglected to downgrade the code prior to incorporation, so there are 
some neologisms in the code that we need to strip out.  I'm planning on 
going through that today and submitting some patches to remove them.

--Benjamin



More information about the Mercurial-devel mailing list