[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] change-svn-wc-format.py

From: Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA_at_GMail.Com>
Date: Tue, 31 Mar 2009 12:18:55 +0200

2009-03-31 03:57 Edmund Wong <edmund_at_belfordhk.com> napisał(a):
> Btw, someone on the users list is asking for a Python 3.0
> version of this script

It will be available on the "python-3-compatibility" branch [1] in the
next week. (Usually I'm merging changes from trunk to that branch at
the end of every week.)

> because it's err'ing on line 92, which is :
>
>   except UnrecognizedWCFormatException, e:

The best solution is:
except UnrecognizedWCFormatException as e:
... but it requires Python >=2.6.

[1] https://svn.collab.net/repos/svn/branches/python-3-compatibility/

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1494352
Received on 2009-03-31 12:19:18 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.