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

Re: SVN Python questions and suggestions

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2003-10-01 15:51:46 CEST

SLOGEN <jensen@slog.dk> writes:

> C. Michael Pilato wrote:
>
> > Besides that, while our example code might use 'from svn import wc',
> > if you are concerned about namespace clashes, you can always just
> > 'import svn.wc' and references things like 'svn.wc.svn_wc_entry()'.
>
> which brings up the question of why it's:
>
> svn.wc.svn_wc_entry()
>
> and not simply:
>
> svn.wc.entry()
>
> pyGTK changed notation like that not too long ago

That'd be wonderful, in my opinion. We do this with the 'svn.fs'
package -- I have no idea why we don't also do it with the others. I
think all the but the 'svn.core' package should have the
'svn_PACKAGE_' stripped (can't do 'svn.core' because it covers many
namespaces).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 1 15:53:02 2003

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.