commit | 697ca3d0cbd75aac21fe823fe379cf9a7edace4a | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Dec 28 14:09:36 2008 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Dec 28 14:09:36 2008 +0000 |
tree | 511bca929e5379018be9a0a4f08b928c5dec43a0 | |
parent | 40f982fbdfa7ae10b14f1906915cc15938f82641 [diff] [blame] |
Issue #4444: Allow assertRaises() to be used as a context handler.
diff --git a/Misc/NEWS b/Misc/NEWS index e60e02a..d42711d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -91,6 +91,9 @@ Library ------- +- Issue #4444: Allow assertRaises() to be used as a context handler, so that + the code under test can be written inline if more practical. + - Issue #4739: Add pydoc help topics for symbols, so that e.g. help('@') works as expected in the interactive environment.