summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2011-04-01 20:55:18 -0600
committerCharles Harris <charlesr.harris@gmail.com>2011-04-01 20:55:18 -0600
commitf04bacb635ff9b90e8be6bb66ecd55b56b857073 (patch)
treeabd15cdf94e977f251746ab92da92935a7966acf
parentd44e74df3d31dfcd37eeef11bf5af14189c42433 (diff)
downloadnumpy-f04bacb635ff9b90e8be6bb66ecd55b56b857073.tar.gz
DOC: Document the changed default error handling for the 1.6.x release.
-rw-r--r--doc/release/1.6.0-notes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release/1.6.0-notes.rst b/doc/release/1.6.0-notes.rst
index 065577e26..8df8fa4cc 100644
--- a/doc/release/1.6.0-notes.rst
+++ b/doc/release/1.6.0-notes.rst
@@ -99,7 +99,11 @@ Changes
Changes and improvements in the numpy core
------------------------------------------
+``default error handling``
+--------------------------
+The default error handling has been change from ``print`` to ``warn`` for
+all except for ``underflow``, which remains as ``ignore``.
``numpy.distutils``