fix the compatibility problem between 'input' and 'raw_input' for Python 2 and 3.

This commit is contained in:
Cédric Bonhomme 2016-03-13 18:19:43 +01:00
parent 1ff2f9c7c0
commit eea4c4de8e
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
3 changed files with 17 additions and 2 deletions

View file

@ -1,6 +1,11 @@
Release History
===============
0.4.7 (not yet released)
------------------------
* management of greyscale images;
0.4.6 (2016-03-12)
------------------