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

Re: Merging the ctypes python bindings to trunk

From: Eric Gillespie <epg_at_pretzelnet.org>
Date: Tue, 30 Sep 2008 13:58:38 -0700

"David James" <james82_at_gmail.com> writes:

> 1. I taught ctypesgen to wrap all APIs, even if the API is not
> present in the libraries on your platform.
> 2. I updated the Subversion headers to include platform-specific
> functions if 'CTYPESGEN' is defined.

Can you show what this

  try:
    providers.append(svn.core.svn_auth_get_windows_ssl_server_trust_provider())
  except AttributeError:
    pass

looks like with csvn now? It looks like you're saying that even
these platform-specific interfaces are always bound; so how does
an application know whether to use it or not? Does it raise
NotImplementedError or something?

Thanks.

-- 
Eric Gillespie <*> epg_at_pretzelnet.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-09-30 22:59:02 CEST

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.