From 39123edfa4f774e34a7e565c6314a8ab6b4a74a5 Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Fri, 16 Aug 2002 12:41:55 +0000
Subject: [PATCH] "make check" / Python 1.5 compatibility fixes.

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

diff --git a/ChangeLog b/ChangeLog
index e366d49cf..7cf86144e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,13 @@
 	"make check" / Python 1.5 compatibility fixes.
 	* doc/checkargs.py (lexer.__init__): Use string.split for Python
 	1.5 compatibility.
+	(number_suffixed): Don't use "".startswith.
+	(isalpha): New function.  Use it instead of "".isalpha.
+	(isdigit): New function.  Use it instead of "".isdigit.
+	(prot_a_bitstring.check_implemented): Old Python versions cannot
+	loop over a dictionary; add an explicit call to the .keys()
+	method.
+	(lexer.__init__): Use string.strip instead of "".strip.
 
 	Dump info about existing sessions to a file specified by 
 	"Connection status file:".  (Bug 706).
-- 
GitLab