Re: getattr problem in DSA.py

Ng Pheng Siong <[email protected]>
Newsgroups gmane.comp.python.cryptography
Message-ID <[email protected]>
On Tue, Mar 30, 2004 at 09:26:52PM +0200, Igor Belyi wrote:
> In the method '__getattr__(self, name)' of the 'class DSA' the line:
> method = getattr(m2, 'm2.dsa_get_%s' % (name,))
> should acctually be:
> method = getattr(m2, 'dsa_get_%s' % (name,))

Thanks, Igor.

Cheers.

--
Ng Pheng Siong <[email protected]>

http://firewall.rulemaker.net -+- Firewall Change Management & Version Control
http://sandbox.rulemaker.net/ngps -+- Open Source Python Crypto & SSL
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.