"from UserDict import UserDict" can now read "from collections import OrderedDict". The entire OrderedDict class can be removed completely.
I'm finding these problems in a very adhoc manner. Has anyone already done this work but the changes have yet to filter into the wxPython source control system? I've also searched for a unit test setup targetted at the wxPython source itself but found nothing. Have I missed something here?
···
--
My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language.
Yeah, I have a demo and library branchs on my github fork. This is the point that the demo is currently at until Robin gets time to look it all over.
···
On Friday, January 3, 2014 1:54:39 PM UTC-6, Mark Lawrence wrote:
“from UserDict import UserDict” can now read “from collections import
OrderedDict”. The entire OrderedDict class can be removed completely.
I’m finding these problems in a very adhoc manner. Has anyone already
done this work but the changes have yet to filter into the wxPython
source control system? I’ve also searched for a unit test setup
targetted at the wxPython source itself but found nothing. Have I
missed something here?
–
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.