mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-05 09:42:39 +02:00
Added Python 3 progress to README.md
This commit is contained in:
parent
ebc0b6e1a5
commit
e5080eb0ad
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ Work done so far:
|
|||
|
||||
* Used 2to3 to fix relative imports
|
||||
* Used 2to3 to convert print from statement to function. Some advanced uses of print meant that this could not be done in a way that retained compatibility with old versions of Python. The oldest version of Python that is supported by this version is 2.6 due to the required future imports.
|
||||
* Used 2to3 to convert exceptions to Python 3 friendly versions. There are a few oustanding string exceptions to take care of that 2to3 doesn't handle. Will need to do these manually
|
||||
|
||||
### Citation
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue