On Thursday, April 16, 2015 at 7:40:52 PM UTC-7, Laurence wrote: > > > I got busy doing lots of Python 2.7 dev work and didn't get around to > testing the Python 3 testing. I'm certainly interested to see how it goes. > I very much want to start coding in Python 3 (all the future imports are > becoming annoying!). As soon as I get a working app in Python 3 with > PyInstaller, I'll report it here. >
The Python3 branch is, alas, far behind the Develop branch. The branch was created about a year ago. I just looked at a merge and there are ~350 commits separating them, many showing conflicts in the display presented by the "github for mac" tool. There should not be such a huge number of conflicts with the actual Python3/ModuleGraph code, which is fairly well confined to a couple of files, but that's what the tool showed me. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/d/optout.
