From: Noel O'B. <bao...@gm...> - 2011-04-02 17:47:48
|
regression.py now passes on the Python 3 branch. The biggest change is use of "next(inputfile)" instead of "inputfile.next()", and integer division (if desired) needs to be specified explicitly with "//". How do you guys feel about transitioning over to this branch in the next few months? Py3 came out in Dec 2008, and we are going to have to make the move at some point. I don't really want to have to maintain two releases of cclib, so let me know what you think. - Noel On 1 April 2011 13:35, Noel O'Boyle <bao...@gm...> wrote: > Now that numpy has been ported to Py3, I've created a branch for > Python 3. I would anticipate that a release of cclib in 12 months time > would be based on Python 3. > > - Noel > |