Deprecation warning for keys.makePublicKeyString(rsaKey) is misleading

[email protected] Tue, 09 Feb 2010 18:03:24 -0000
Newsgroups gmane.comp.python.twisted.bugs
Message-ID <[email protected]>
New submission from acidtonic <None>:

Deprecation warning says to use Key.toString() even for the public key deprecation warning....

Should be Key.public().toString() for public keys. It shows the same error for both which tripped me up.

----------
Type     : defect
Component: conch
Keywords : 
Priority : normal
Nosy     : 
----------
http://twistedmatrix.com/trac/ticket/4265