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

DeprecationWarnings when using Subversion 1.5.6 with Python 2.6

From: Felix Schwarz <felix.schwarz_at_agile42.com>
Date: Thu, 26 Mar 2009 10:18:58 +0100

Hi,

when I use the Python bindings from Subversion 1.5.6 together with
Python 2.6, I get some deprecation warnings.

/usr/lib/python2.6/site-packages/svn/fs.py:27: DeprecationWarning: The
popen2 module is deprecated. Use the subprocess module.
   import sys as _sys, os as _os, popen2 as _popen2, tempfile as _tempfile
/usr/lib/python2.6/site-packages/svn/core.py:52: DeprecationWarning:
BaseException.message has been deprecated as of Python 2.6
   self.message = message

I think this should be considered a bug so I would like to file a bug in
the bug tracker.

fs

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1427531
Received on 2009-03-26 16:59:35 CET

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.