Commit c22d07a3 c22d07a3d7bc380541bfb2603c6f5a2967ad63c9 by Sergey Poznyakoff

Move Python support from experimental to stable features.

1 parent 7f325d5c
GNU mailutils NEWS -- history of user-visible changes. 2011-11-23
GNU mailutils NEWS -- history of user-visible changes. 2011-12-17
Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
Free Software Foundation, Inc.
See the end of file for copying conditions.
......@@ -29,7 +29,6 @@ experimental. Not currently implemented are:
Experimental features are:
- C++ bindings
- Python bindings
The discussion below lists the changes in this release. It is divided
in three major sections, each addressing a particular audience. The
......@@ -158,7 +157,7 @@ This can be disabled using the --without-gsasl option.
** Experimental features
The C++ and Python bindings are considered experimental and unstable.
The C++ bindings are considered experimental and unstable.
* Changes to the library
......
......@@ -1167,7 +1167,7 @@ case "${enableval}" in
yes) status_python=yes ;;
no) status_python=no ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-python) ;;
esac],[status_python=$mu_build_experimental])
esac],[status_python=yes])
AC_SUBST(PYTHON_LIBS)
AC_SUBST(PYTHON_INCLUDES)
......