Just curious: why doesn’t wxPython include the wx.FileName class?
Const
Just curious: why doesn’t wxPython include the wx.FileName class?
Const
The general policy is to not include classes that already have good alternatives in Python, or that can be easily implemented using Python, unless that class is required for one of the GUI classes.
On 9/27/11 12:09 PM, Const wrote:
Just curious: why doesn't wxPython include the wx.FileName class?
--
Robin Dunn
Software Craftsman