[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-02 16:18:06 CEST

Barry Scott <barry@barrys-emacs.org> writes:

> How about this:
>
> in svn.apr expose the apr_* from core
> in svn.config export the svn_config_* from core
> etc.

I think the goal was to try to avoid modules that had, oh, 3 functions
in them. :-) I really don't want my programs to look like:

   import svn.apr
   import svn.pool
   import svn.config
   import svn.path
   import svn.io
   ...

It just gets kinda junky, ya know? On the flip side, I'm so
completely picky about consistency and such, so I hear you, I really
do.

Whatever the community decides is fine with me.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 2 16:19:16 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.