On Fri, May 30, 2008 at 11:50 AM, <twisted-python-request@twistedmatrix.com>
wrote:
Send Twisted-Python mailing list submissions to
twisted-python@twistedmatrix.com
To subscribe or unsubscribe via the World Wide Web, visit
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
or, via email, send a message with subject or body 'help' to
twisted-python-request@twistedmatrix.com
You can reach the person managing the list at
twisted-python-owner@twistedmatrix.com
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Twisted-Python digest..."
Today's Topics:
1. Re: suggestions for naming to help us preserve a Twisted
trademark (Jonathan Lange)
2. How-to raise errors with sshclient conch example in Twisted
book (asset)
3. Re: suggestions for naming to help us preserve a Twisted
trademark (glyph@divmod.com)
4. Re: suggestions for naming to help us preserve a Twisted
trademark (Drew Smathers)
5. Re: suggestions for naming to help us preserve a Twisted
trademark (Gabriel Rossetti)
6. Re: suggestions for naming to help us preserve a Twisted
trademark (Chris Miles)
7. Re: suggestions for naming to help us preserve a Twisted
trademark (Simon Pickles)
8. Re: How-to raise errors with sshclient conch example in
Twisted book (Kuba Konczyk)
9. Re: suggestions for naming to help us preserve a Twisted
trademark (Michael)
----------------------------------------------------------------------
Message: 1
Date: Fri, 30 May 2008 13:09:20 +1000
From: "Jonathan Lange" <jml@mumak.net>
Subject: Re: [Twisted-Python] suggestions for naming to help us
preserve a Twisted trademark
To: "Twisted general discussion" <twisted-python@twistedmatrix.com>
Message-ID:
<d06a5cd30805292009l663319b8rb531c28641ba0216@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
On Fri, May 30, 2008 at 12:16 PM, Tim Stebbing <tjstebbing@gmail.com>
wrote:
More seriously, Emacs, Apache, Linux, Python, Debian and Ubuntu are
all trademarked. The Emacs trademark is held by the FSF, bastions of
ideological purity. So far, I've encountered only one person who finds
this suspicious. Hi Tim :)
'other people do this thing so we should also do this thing' is not a
great argument. I'm not against the idea, I just have some questions
we're yet to have answered.
That's not what I said.
You said "trademarks make people suspicious". I provided
counter-examples, demonstrating that your statement is not true in the
general case.
jml
------------------------------
Message: 2
Date: Thu, 29 May 2008 20:40:32 -0700
From: "asset" <asset@impactdamage.com>
Subject: [Twisted-Python] How-to raise errors with sshclient conch
example in Twisted book
To: <twisted-python@twistedmatrix.com>
Message-ID:
<2af3b464859b46a28b1fddbd6d5153a7@maila5.webcontrolcenter.com>
Content-Type: text/plain; charset="iso-8859-1"
Ref: http://www.devshed.com/c/a/Python/SSH-with-Twisted/4/ =
Im new to Twisted and am trying to learn as quickly as I can. I apologize
=
if this question is a waste of anybody's time.
When working the with sshclient.py example (from the Twisted book, and the
=
link above) I find the reactor hangs and does not raise an exception on
con=
nection failures or failed authentication.
Ive been trying to work out how to catch these situations and shut down
the=
reactor; or cleanup for another attempt, yet I cant seem to wrap my head
a=
round it.
I imagine this is trivial and Im totally missing it.
Any help would be greatly appreciated.
Thx,
TKiel