commit | b25c2b0a4a46156bd8efa9eab39503e18fa0b805 | [log] [tgz] |
---|---|---|
author | Walter Dörwald <walter@livinglogic.de> | Thu Mar 21 10:38:40 2002 +0000 |
committer | Walter Dörwald <walter@livinglogic.de> | Thu Mar 21 10:38:40 2002 +0000 |
tree | 8a48a9537b24e37ab60c2f69404a848451251234 | |
parent | 047c05ebc4ce00f9ca8ccc5b8df437d758d130e8 [diff] [blame] |
[Apply SF patch #504943] This patch makes it possible to pass Warning instances as the first argument to warnings.warn. In this case the category argument will be ignored. The message text used will be str(warninginstance).
diff --git a/Misc/NEWS b/Misc/NEWS index ada779e..4373f1a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -70,6 +70,8 @@ - distutils bdist commands now offer a --skip-build option. +- warnings.warn now accepts a Warning instance as first argument. + Tools/Demos Build