[Twisted-Python] INCOMPATIBLE CHANGE: removing dependency on PyCrypto

2015-10-31 Thread Glyph Lefkowitz
There are a few places within Conch which currently export PyCrypto objects as part of a public interface in Twisted. These include: twisted.conch.ssh.keys.Key.keyObject twisted.conch.ssh.keys.objectType I'm working on a ticket - https://twistedmatrix.com/trac/ticket/7413 - to eliminate the depe

Re: [Twisted-Python] Possible bug

2015-10-31 Thread Adi Roiban
On 31 October 2015 at 10:03, Chris Norman wrote: > Hi, > I've used git extensively, and I can soon read up on how to contribute on > git. So what's the next step? Is there a howto somewhere on the Twisted > site? This is some info about contributing http://twistedmatrix.com/trac/wiki/TwistedDeve

[Twisted-Python] Running Trial [wav]: Re: Possible bug

2015-10-31 Thread Chris Norman
Hi, So I went on the net on the off chance that the info I was looking for was easy to obtain, and I found out about trial. I cloned the git and did: python bin/trial twisted I got the following: Unhandled Error Traceback (most recent call last): File "C:\Users\chris\Dropbox\SRC\twisted\twi

Re: [Twisted-Python] Possible bug

2015-10-31 Thread Chris Norman
Hi, I've used git extensively, and I can soon read up on how to contribute on git. So what's the next step? Is there a howto somewhere on the Twisted site? Cheers, On 31/10/2015 07:39, Glyph Lefkowitz wrote: On Oct 30, 2015, at 11:49 PM, Chris Norman mailto:chris.norm...@googlemail.com>>

Re: [Twisted-Python] Possible bug

2015-10-31 Thread Glyph Lefkowitz
> On Oct 30, 2015, at 11:49 PM, Chris Norman > wrote: > > Hi Amber > > On 31/10/2015 06:45, Amber "Hawkie" Brown wrote: >> Hi Chris, >> >> Twisted does not yet support Python 3 on Windows. > > That's a shame. I've never contributed to an open source project before, but > I'd be glad to try