> >* >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
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
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
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
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
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