From 12aaae6ea9429c2af12428a0cf3dd3d767b14a83 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 25 Mar 2006 17:14:42 +0000 Subject: [PATCH] Switched to just using translate() in place of locale-aware string.lower(). The dirnames are all ASCII, so using string.lower() to convert them is overkill. --- xsl/docsrc/release-notes.xsl | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/xsl/docsrc/release-notes.xsl b/xsl/docsrc/release-notes.xsl index a46c6988f..2dc76bb2b 100644 --- a/xsl/docsrc/release-notes.xsl +++ b/xsl/docsrc/release-notes.xsl @@ -18,7 +18,6 @@ - en VXXXX @@ -34,10 +33,6 @@ )"/> - - - - @@ -120,13 +115,12 @@ - - - - - + -- 2.40.0