Issue2463
Created on 2016-02-10.17:25:50 by jason_s, last changed 2018-03-23.20:06:54 by jeff.allen.
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.
|
|
Date |
User |
Action |
Args |
2018-03-23 20:06:54 | jeff.allen | set | resolution: accepted milestone: Jython 2.7.2 -> |
2018-03-05 20:04:17 | jeff.allen | set | priority: normal components:
+ Documentation, - Library |
2016-02-10 18:06:49 | zyasoft | set | nosy:
+ zyasoft messages:
+ msg10738 milestone: Jython 2.7.2 |
2016-02-10 17:25:51 | jason_s | create | |
|