Re: [Twisted-Python] doc breakage

2015-11-27 Thread Pavel Zverev
Thanks. I see doc only for this https://twistedmatrix.com/documents/current/api/twisted.internet.interfaces.IAddress.html interface . Sorry, i don`t understand, What is this prefix ? 2015-11-27 15:10 GMT+03:00 Phil Mayers : > Does this look right? > > > https://twistedmatrix.com/documents/curre

[Twisted-Python] Question for obtaining mac-address

2015-11-26 Thread Pavel Zverev
Have nice day, developers! I am a beginner python developer, and recently I came across the Twisted framework, I was interested in whether I get the MAC-address of the client connected to the network, similar twisted.web.http.Request.getClientIP. Thanks. __