From 0e6f7c1fc99eb7e35c23695bca2c17e757baf514 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sun, 30 Nov 2008 12:10:18 -0500 Subject: Python 2.4 is a minimum. Also, fix some autoconf complaints and remove deprecation warnings regarding string exceptions. --- misc/paths.py.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'misc') diff --git a/misc/paths.py.in b/misc/paths.py.in index bbf18fc7..f7819920 100644 --- a/misc/paths.py.in +++ b/misc/paths.py.in @@ -1,6 +1,6 @@ # -*- python -*- -# Copyright (C) 1998-2007 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -36,9 +36,6 @@ exec_prefix = '@exec_prefix@' if exec_prefix == '${prefix}': exec_prefix = prefix -# Supress Python 2.5 warning about string exceptions. -filterwarnings('ignore', '.* string exception', DeprecationWarning) - # Check if ja/ko codecs are available before changing path. try: s = unicode('OK', 'iso-2022-jp') -- cgit v1.2.3