From f345291e541f70c6ff0eb28e2b4455e277fadb06 Mon Sep 17 00:00:00 2001 From: emmanuelle Date: Sun, 27 Dec 2015 17:00:28 +0100 Subject: [PATCH] Mentioned 2.6 hack for contribs.py in TODO.txt --- TODO.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO.txt b/TODO.txt index 4b13d0c7..bed2793a 100644 --- a/TODO.txt +++ b/TODO.txt @@ -17,7 +17,8 @@ Version 0.14 Version 0.13 ------------ -* Require Python 2.7+, remove warning in `__init__.py`. +* Require Python 2.7+, remove warning in `__init__.py` and 2.6 hack in + `doc/release/contribs.py`. * Remove deprecated `None` defaults for `skimage.exposure.rescale_intensity` * Remove deprecated `skimage.filters.canny` import in `filters/__init__.py` file (canny is now in `skimage.feature.canny`).