supporting-python-3
supporting-python-3 copied to clipboard
Supporting Python 3
Thanks for this guide, I've found it a really useful resource when porting some old Python 2 code :heart: One thing I did notice: [the `round()` substitute given for Python...
Section A.9 says that the issue with Exception objects that are not iterable and indexable is supported by 2to3. But it seems that it doesn't. I tried the code presented...
The correct name is StringIO, not CStringIO.
Your book, especially http://python3porting.com/cextensions.html, has already been very helpful to start porting [rdiff-backup](https://github.com/ericzolf/rdiff-backup/tree/ericzolf-py2to3) to Python3, but I'm stuck on the disappearance of Py_FindMethod as used in [rdiff_backup/_librsyncmodule.c](https://github.com/ericzolf/rdiff-backup/blob/ericzolf-py2to3/rdiff_backup/_librsyncmodule.c). According to my...
These are the things that I promised to do in the crowd funding campaign, https://github.com/regebro/supporting-python-3/issues/new - Clean up the code (done) - Document how to generate the HTML for the...
The signed Funders Edition books are planned for PyCon.
Hello, just a tiny fix. The links to Sphinx (0 were out-of-date and returning "400 Bad Request". I've updated the URLs to the current home page . Hope this helps.