[Python-checkins] cpython (merge 3.5 -> default): Closes #27206: Merge with 3.5

zach.ware python-checkins at python.org
Tue Aug 9 18:45:52 EDT 2016


https://hg.python.org/cpython/rev/61d7aeb6aa1b
changeset:   102592:61d7aeb6aa1b
parent:      102590:6817b8112f6e
parent:      102591:8b7efeeefa50
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Tue Aug 09 17:45:15 2016 -0500
summary:
  Closes #27206: Merge with 3.5

files:
  Doc/tutorial/floatingpoint.rst |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/Doc/tutorial/floatingpoint.rst b/Doc/tutorial/floatingpoint.rst
--- a/Doc/tutorial/floatingpoint.rst
+++ b/Doc/tutorial/floatingpoint.rst
@@ -1,3 +1,7 @@
+.. testsetup::
+
+    import math
+
 .. _tut-fp-issues:
 
 **************************************************

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list