Issue1794

classification
Title: warnings.catch_warnings is incorrectly listed in the documentation
Type: Severity: normal
Components: Documentation Versions:
Milestone:
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: camjackson, fwierzbicki, zyasoft
Priority: Keywords:

Created on 2011-09-06.01:58:36 by camjackson, last changed 2015-01-09.03:30:04 by zyasoft.

Messages
msg6640 (view) Author: Cam Jackson (camjackson) Date: 2011-09-06.01:58:36
http://www.jython.org/docs/library/warnings.html#temporarily-suppressing-warnings
In sections 26.4.3, 26.4.4, and 26.4.6, warnings.catch_warnings is listed as an available function. This was only added in Python 2.6, and should not be in the Jython docs yet, as it is not implemented.
msg9365 (view) Author: Jim Baker (zyasoft) Date: 2015-01-09.03:30:04
But now it's available in our 2.7 betas. Progress!

We always planned to backport our Sphinx-based docs back to 2.5, but now we can forward it to 2.7, and that will be much easier
History
Date User Action Args
2015-01-09 03:30:04zyasoftsetstatus: open -> closed
resolution: out of date
messages: + msg9365
nosy: + zyasoft
2013-02-26 18:08:42fwierzbickisetnosy: + fwierzbicki
2011-09-06 01:58:36camjacksoncreate