components/python/decorator/test/results-3.5-32.master
changeset 5028 db8ff415ba49
child 6934 e72eb275185d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/decorator/test/results-3.5-32.master	Thu Oct 29 07:57:11 2015 -0700
@@ -0,0 +1,7 @@
+Traceback (most recent call last):
+  File "documentation3.py", line 1155, in <module>
+    ba = before_after('BEFORE', 'AFTER') # ContextManager instance
+  File "<string>", line 2, in before_after
+  File "/usr/lib/python3.5/contextlib.py", line 38, in __init__
+    self.gen = func(*args, **kwds)
+TypeError: before_after() argument after ** must be a mapping, not str