Re: Requiring Python 2.6 (was: Re: svn commit: r35458 - in branches/python-3-compatibility: . build subversion/bindings/swig subversion/tests/cmdline subversion/tests/cmdline/svntest tools/hook-scripts)
From: Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA_at_GMail.Com>
Date: Sat, 21 Mar 2009 20:13:32 +0100
2009-03-21 18:04:36 David James napisaĆ(a):
It is rather hard, because Python 2.5 doesn't support some syntax changes
'except exception, variable:' => 'except exception as variable:'
0123 => 0o123 or 0O123
"bytes" => b"bytes"
Python 2.6 supports them.
-- Arfrever Frehtes Taifersar Arahesis
|
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.