Re: [pywin32-checkins] py3k status
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@sk...> - 2008-11-27 12:02:49
|
I found some more time today. The trunk is in pretty good shape for 2to3. I recently took the approach of taking a clean checkout of the trunk, running 2to3 over it, then diffing the result with the .py files in the py3k branch. As a result I merged a number of changes back to both the trunk and that branch, so the vast majority of differences that remain are byte and similar issues. In other words, the .py files in the trunk and in the py3k branch are very close to being identical after being run through 2to3. This seems like a good sign :) The bzr py3k integration branch should also be up-to-date wrt these .py files. This time I *really* will not find more time for a week or 2 :) Cheers, Mark > [Roger - I'm not sure you are seeing the messages to the checkins list > - let me know if you are] > > So, I've just done a ton of consolidation work on the 3 branches. > Specifically, the trunk has had many more syntax modernizations done > (eg, all 'raise' statements should now be new style). The py3k branch > has had almost all remaining files converted to py3k syntax, and 2to3 > disabled in that branch. The bzr 'py3k-integration' branch is fairly > close to both of these - although in py2k syntax. > > Remaining to be done is the 'getattro' style changes from the py3k > branch which I hope to tackle next, although not for a week or 2. > Please go for any changes you like, and let me know of any issues... > > Cheers, > > Mark |