aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2008-11-30 12:10:18 -0500
committerBarry Warsaw <barry@python.org>2008-11-30 12:10:18 -0500
commit0e6f7c1fc99eb7e35c23695bca2c17e757baf514 (patch)
treec8d2a311a6c3890c9cde5cd2867e5cefd79db56d /misc
parentf39b577120ccd6d6fc0e37461212cc63fc39e809 (diff)
downloadmailman2-0e6f7c1fc99eb7e35c23695bca2c17e757baf514.tar.gz
mailman2-0e6f7c1fc99eb7e35c23695bca2c17e757baf514.tar.xz
mailman2-0e6f7c1fc99eb7e35c23695bca2c17e757baf514.zip
Python 2.4 is a minimum. Also, fix some autoconf complaints and remove
deprecation warnings regarding string exceptions.
Diffstat (limited to 'misc')
-rw-r--r--misc/paths.py.in5
1 files changed, 1 insertions, 4 deletions
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')