From 9ee1b6239ac1d12134aad545fa97a7e1ac881fa5 Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Thu, 23 Oct 2003 18:34:23 +0000 Subject: [PATCH] Use capitalized names for all classes, as PEP 8 suggests. --- ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/ChangeLog b/ChangeLog index 85f6d09..ff61cec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,26 @@ 2003-10-23 Per Cederqvist <ceder@ceder.dyndns.org> + Use capitalized names for all classes, as PEP 8 suggests. + * pcl_expect/__init__.py (Expectable): New name for class + expectable. All references updated. + (Controller): New name for class controller. All references + updated. + * pcl_expect/popen.py (Popen): New name for class popen. All + references updated. + * pcl_expect/spawn.py (Spawn): New name for class spawn. All + references updated. + * pcl_expect/telnet.py (Telnet): New name for class telnet. All + references updated. + * pcl_expect/user.py (User): New name for class user. All + references updated. + * demo/df.py: Track class name changes. + * demo/dualftp.py: Ditto. + * demo/ftp.py: Ditto. + * demo/ftp.pyex: Ditto. + * demo/ftp_interact.py: Ditto. + * demo/ftptrad.py: Ditto. + * demo/telnet.py: Ditto. + Doc fix. * README: Write some more. -- GitLab