[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:26:33 CEST

Branko Čibej <brane@xbc.nu> writes:

> > Why are the names of the python extension DLLs so short? Isn't this
> > asking for trouble with DLL name collisions with other apps?
> > The word count extension would be _wc would it not?
>
> Python loads libraries from specific files; there's no ambiguity.

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()'.

---------------------------------------------------------------------
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:27:50 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.