
7 Nov
2002
7 Nov
'02
6:01 p.m.
On Thu, Nov 07, 2002 at 09:15:11AM +0100, Alexandre Fayolle wrote:
Sounds like a CRLF versus CR issue. Have you checked for that? :-)
Indeed. Netcat sends only \n, not \r. See the `delimiter' attribute of the LineReceiver class.
Ahaaa!
Thanks for the quick answer. I've attached a patchlet adding this little piece of information to the LineReceiver's docstring, so that the epydoc documentation will provide the tip.
I've committed a more epydoc-friendly patch to add this information to the docstring (using @ivar). Thanks for the inspiration, though ;-)
--
Christopher Armstrong
<< radix@twistedmatrix.com >>
http://twistedmatrix.com/users/radix.twistd/