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

[PATCH] ctypes-python-bindings branch Renames

From: Sage La Torra <sagelt_at_gmail.com>
Date: 2007-05-30 00:52:52 CEST

This patch makes some logical changes to the names of classes for the
new python ctypes bindings. Changed classes are:
ClientURI is now RepositoryURI
ClientSession is now RemoteRepository
LocalClient is now LocalRepository

mucc.py and example.py are also updated to use the new names.

Changes suggested by David James, the idea being to make the names of
the classes more clearly related to what they actually do.

Here's my suggested log message:

[[[
Rename python classes to make them more logical. Class names now
reflect what the class actually represents.

* csvn/client.py:
ClientURI is now RepositoryURI
ClientSession is now RemoteRepository
LocalClient is now LocalRepository

*mucc.py,example.py:
Use new names from client.py
]]]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Wed May 30 00:53:00 2007

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.