I am thinking for the next major (MAJOR) release, making one fundemental change to the code which would limit users to 2.4.1 or later with wxPython(2.5.1.5 is current).
This would be:
1. Switching to the new "wx" namespace. This makes things look MUCH cleaner.
What thoughts?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Definitely. I switched a while ago, and the code is definitely more readable. In fact, any old code I've modified since, I've gone through and changed to the new namespace.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am thinking for the next major (MAJOR) release, making one fundemental change to the code which would limit users to 2.4.1 or later with wxPython(2.5.1.5 is current).
This would be:
1. Switching to the new "wx" namespace. This makes things look MUCH cleaner.
What thoughts?
I agree!
Definitely. I switched a while ago, and the code is definitely more readable. In fact, any old code I've modified since, I've gone through and changed to the new namespace.