Message1976

Author markacy
Recipients
Date 2007-10-16.19:50:02
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2008-02-20 17:18:05adminlinkissue1814678 messages
2008-02-20 17:18:05admincreate