[Twisted-Python] deferring result to PB a callRemote method

2010-01-19 Thread Chris Laws
> >* >Google is my friend but I could not find examples of this usage. Is *> >* there *> >* >any references to this usage in the twisted docs? *> >* *> >* *> >* Huh, surprisingly not in the primary PB docs. The Twisted “finger” *> >* tutorial *> >* does do this, though, if you read it care

[Twisted-Python] Lore to Sphinx Conversion Progress Report 4

2010-01-19 Thread Kevin Horn
This time I think I'm gonna skip saying how I haven't gotten as much done as I would like...oh darn. Anyways, time for another gripping installment... Progress: - tables are now handled (mostly) properly, thanks to Zeth at http://commandline.org.uk/ - blockquote tags handled - much improved

[Twisted-Python] [ANN] Foolscap-0.5.0 released

2010-01-19 Thread Brian Warner
I'm pleased to announce the release of Foolscap-0.5.0 . This is a fairly minor release: the biggest difference from the previous 0.4.2 is a change to the preferred main entry point: application code should use e.g. "from foolscap.api import Tub" instead of "from foolscap import Tub". A Deprecation

Re: [Twisted-Python] deferring result to PB a callRemote method

2010-01-19 Thread Kevin Horn
On Mon, Jan 18, 2010 at 7:19 PM, Andrew Bennetts wrote: > >Google is my friend but I could not find examples of this usage. Is > there > >any references to this usage in the twisted docs? > > > Huh, surprisingly not in the primary PB docs. The Twisted “finger” > tutorial > does do this, t

Re: [Twisted-Python] Proxy support through urllib2?

2010-01-19 Thread Gabriel Rossetti
Kevin Horn wrote: > On Mon, Jan 11, 2010 at 7:33 AM, Gabriel Rossetti > mailto:gabriel.rosse...@arimaz.com>> wrote: > > Hello everyone, > > Is it possible to use a proxy with Twisted? I can do this with > urllib2 : > > proxy = urllib2.ProxyHandler({"http": "http://my.proxy.com:8080

Re: [Twisted-Python] Proxy support through urllib2?

2010-01-19 Thread Gabriel Rossetti
exar...@twistedmatrix.com wrote: > On 01:33 pm, gabriel.rosse...@arimaz.com wrote: > >> Hello everyone, >> >> Is it possible to use a proxy with Twisted? I can do this with urllib2 >> : >> >> proxy = urllib2.ProxyHandler({"http": "http://my.proxy.com:8080"}) >> opener = urllib2.build_opener(pro