From: Bruce S. <Bru...@nc...> - 2008-10-30 02:45:18
|
There are three ancient components of Visual that are pure Python (no C++, no multithreading issues, no cross-platform issues) that could benefit from some work and improvement: graph.py, controls.py, and text.py. The case of graph.py is a bit special, because some changes have been made to the version that goes with the upcoming Visual 5.00, so it would be important to pay attention to the differences. For example, gdots now use the new points object rather than letter o's in labels. If you feel confident in Python programming, please consider taking a look at these components and volunteering to improve them. Thanks! Bruce Sherwood |