Issue1814678

classification
Title: Lack of some public functions' names in __all__ (javaos.py)
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: cgroves, markacy
Priority: normal Keywords:

Created on 2007-10-16.19:50:02 by markacy, last changed 2007-11-30.20:56:46 by cgroves.

Messages
msg1976 (view) Author: Marek Szczypinski (markacy) Date: 2007-10-16.19:50:02
Some names of public functions in javaos.py module are not included in the __all__ list. Not very important, but in CPython all public functions' names are included in __all__. Sollution is simple - check which functions are not in the __all__ variable and add them.
msg1977 (view) Author: Marek Szczypinski (markacy) Date: 2007-11-30.20:12:53
I made a patch for this bug and [1796425], [1796415]. Patch number 1814683.
Marek
msg1978 (view) Author: Charlie Groves (cgroves) Date: 2007-11-30.20:56:46
Patch applied in r3742.
History
Date User Action Args
2007-10-16 19:50:02markacycreate