[Announce] Python-Future v0.13; cheatsheet for Python 2/3 compatible code

2014-08-12 Thread Ed Schofield
Hi all, I am happy to announce an update to Python-Future for Python 2/3 compatibility and a new cheat-sheet for writing code compatible with both versions. Here’s the "What’s New" page for v0.13: http://python-future.org/whatsnew.html Here’s the Py2/3 compatibility cheat-sheet: http:

Question about import hooks

2013-11-23 Thread Ed Schofield
Hi all, I am the author of the ``future`` package for Python 2/3 compatibility (http://python-future.org). A bug report has recently been posted about its use of import hooks that I don't yet have an answer for, and I am looking for some guidance on how to customize the import mechanism in a s