From 021ce4f19123f71923fe124ac622ed369302a868 Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Tue, 15 Mar 2005 13:17:53 +0000
Subject: [PATCH] Added Spawn.kill.  Handle end-of-file better.

---
 ChangeLog | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 0c56651..5dd69fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2005-03-15  Per Cederqvist  <ceder@ingate.com>
+
+	Added Spawn.kill.  Handle end-of-file better.
+	* pcl_expect/spawn.py (Spawn._read): Override the default method
+	to handle EIO properly.
+	(Spawn.kill): New method.
+	
+	Cleanup.
+	* pcl_expect/popen.py (Popen.__init__): Renamed the command
+	argument from cmd to command, to adhere to the os.popen
+	convention.  Improved documentation.
+
 2005-03-12  Per Cederqvist  <ceder@ingate.com>
 
 	Added more test cases.  Made the tests less likely to loop
-- 
GitLab