Issue2463

classification
Title: document all public methods in PythonInterpeter (especially "cleanup")
Type: Severity: normal
Components: Documentation Versions: Jython 2.7
Milestone:
process
Status: open Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: jason_s, zyasoft
Priority: normal Keywords:

Created on 2016-02-10.17:25:50 by jason_s, last changed 2018-03-23.20:06:54 by jeff.allen.

Messages
msg10734 (view) Author: Jason Sachs (jason_s) Date: 2016-02-10.17:25:49
getLocals(), setLocals() and cleanup() are public methods of PythonInterpreter http://www.jython.org/javadoc/org/python/util/PythonInterpreter.html but are undocumented. Please document them.
msg10738 (view) Author: Jim Baker (zyasoft) Date: 2016-02-10.18:06:49
PythonInterpreter is part of our public API, unlike most other classes that are necessarily public due to Java's limitations for describing project-level access. Should fix this and related classes.

Not that documentation would be bad for anything else :), just that this has priority.
History
Date User Action Args
2018-03-23 20:06:54jeff.allensetresolution: accepted
milestone: Jython 2.7.2 ->
2018-03-05 20:04:17jeff.allensetpriority: normal
components: + Documentation, - Library
2016-02-10 18:06:49zyasoftsetnosy: + zyasoft
messages: + msg10738
milestone: Jython 2.7.2
2016-02-10 17:25:51jason_screate