I now have a working implementation of PEP 3147 which passes all the existing, and new, tests. I'm sure there's still work to do, but I think the branch is in good enough shape to start getting some feedback from python-dev.
You can grab the changes in several ways. If you have Bazaar, you can check out the branch by doing: % bzr branch lp:~barry/python/pep3147 You can also view a live diff online: https://code.launchpad.net/~barry/python/pep3147/+merge/22648 or just download the diff, which should apply cleanly against the py3k Subversion branch (or pretty close): https://code.launchpad.net/~barry/python/pep3147/+merge/22648/+preview-diff/+files/preview.diff Modulo some lag time, the diffs should track changes I make to the branch. You can provide feedback to me directly, as a follow up to this message, or in Launchpad. I've also updated the PEP to point to these locations for the reference implementation. Cheers, -Barry
signature.asc
Description: PGP signature
_______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com