Pyro4.Proxy would be better with an intrinsic hmac option

Bzzzz <[email protected]> Fri, 13 Feb 2015 05:33:13 +0100
Newsgroups gmane.comp.python.pyro
Organization Anyone, anywhere BUT in banana demokratik republik of france
Message-ID <[email protected]>
4.33 tarball
=============

Hi list,

This is working correctly:
DB = Pyro4.Proxy("PYRONAME:rpc.server")
DB._pyroHmacKey = conf_cli.HMAC_KEY

but it would be easier to have:
DB = Pyro4.Proxy("PYRONAME:rpc.server", conf_cli.HMAC_KEY)

?

JY

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/