2009-03-16 22:08 Hyrum K. Wright <hyrum_at_hyrumwright.org> napisał(a):
> Author: hwright
> Date: Mon Mar 16 14:08:26 2009
> New Revision: 36606
>
> Log:
> * CHANGES
> (1.6.0): More formatting and clarity updates.
>
> Modified:
> trunk/CHANGES
>
> Modified: trunk/CHANGES
> URL: http://svn.collab.net/viewvc/svn/trunk/CHANGES?pathrev=36606&r1=36605&r2=36606
> ==============================================================================
> --- trunk/CHANGES Mon Mar 16 13:45:17 2009 (r36605)
> +++ trunk/CHANGES Mon Mar 16 14:08:26 2009 (r36606)
> @@ -20,6 +20,8 @@ http://svn.collab.net/repos/svn/tags/1.6
> * PKS#11 (smartcard) support in libsvn_ra_neon (r29512)
> * 'Header' keyword, similar to 'Id' but with full URL. (r35386)
> * Cache SSL client cert passphrases (issue #2489)
> + * Improved Python 3 compatibility
Please don't mention it. Nobody tested the majority of scripts in 'tools'
directory with Python 3.
Files in the following directories don't work with Python 3:
subversion/bindings/ctypes-python
subversion/bindings/swig/python
subversion/tests/cmdline
The following files seem to work with Python 3:
build/generator/gen_base.py
build/generator/gen_make.py
build/get-py-info.py
build/getversion.py (only on the python-3-compatibility branch)
build/run_tests.py
build/transform_sql.py
subversion/libsvn_subr/genctype.py
The following file (only on trunk) surely works with Python 3:
contrib/client-side/svnpatch.py
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1340252
Received on 2009-03-17 12:34:53 CET