[Twisted-Python] PATCH: doc/howto/conch_client.html

Hi; Found a typo in one of the examples... Also, I am getting an odd message from cvs at the end of the file... Not sure what to make of that. 9:14 >cvs diff -u conch_client.html Index: conch_client.html =================================================================== RCS file: /cvs/Twisted/doc/howto/conch_client.html,v retrieving revision 1.2 diff -u -r1.2 conch_client.html --- conch_client.html 18 Mar 2003 05:11:45 -0000 1.2 +++ conch_client.html 23 Mar 2003 14:18:30 -0000 @@ -114,7 +114,7 @@ name = 'session' def channelOpen(self, data): - d = self.conn.sendRequest(self, 'exec', commons.NS('cat'), + d = self.conn.sendRequest(self, 'exec', common.NS('cat'), wantReply = 1) d.addCallback(self._cbSendRequest) self.catData = '' @@ -154,4 +154,4 @@ but we will still receive data through dataReceived(). The closed() method is called when both sides of the connection are closed, and we use it to display the data we received (which should be the same as the data we sent.)</p> -</body></html> \ No newline at end of file +</body></html> _________________________________________________________________ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail

"Lee Harr" <missive@hotmail.com> writes:
Applied.. thanks! The CVS message is complaining about the fact that the original file ended with the '>' at the end of '</html>'. 'diff' (as well as some editors) really prefers files to be composed of complete lines, so it warns you when one of the files being compared ends with a newline ('</html>\n') and the other doesn't. thanks, -Brian

"Lee Harr" <missive@hotmail.com> writes:
Applied.. thanks! The CVS message is complaining about the fact that the original file ended with the '>' at the end of '</html>'. 'diff' (as well as some editors) really prefers files to be composed of complete lines, so it warns you when one of the files being compared ends with a newline ('</html>\n') and the other doesn't. thanks, -Brian
participants (2)
-
Brian Warner
-
Lee Harr