I made a patch for the softwareupdate module to be Python 2 & 3 compatible. It’s in the attachment. Here you go.
softwareupdate.patch (1.13 KB)
I made a patch for the softwareupdate module to be Python 2 & 3 compatible. It’s in the attachment. Here you go.
softwareupdate.patch (1.13 KB)
Bo�tjan Mejak wrote:
I made a patch for the softwareupdate module to be Python 2 & 3
compatible. It's in the attachment. Here you go.
Please read ProjectPhoenix/LibraryMigration - wxPyWiki (again) and add a "Tags:" line to your patch that indicates what tasks that your patch accomplishes. Did you actually test anything other than importing the module? If not then there is no way that you can definitely state that it is Py2 and Py3 compatible, or even Phoenix compatible, and your Tags: line should probably remain empty.
--
Robin Dunn
Software Craftsman
Added a “Tags:” line to the module’s header in the new patch. If it’s not okay, please correct me and tell me how to properly write the “Tags:” line. Please review the newest patch.
softwareupdate.patch (1.36 KB)