From 297c5ff0ed8357931c7ab534b324dd4cbac38b2f Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 8 Jun 2016 19:00:50 +0000 Subject: [PATCH] Updated PLAN with EAI and Py35 items. - Legacy-Id: 11294 --- PLAN | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/PLAN b/PLAN index 3a0698d41..fcfb8f1ce 100644 --- a/PLAN +++ b/PLAN @@ -31,6 +31,10 @@ Planned work in rough order * Upgrade to Django 1.8 / 1.9 +* Add support for internationalised email addresses according to RFC 6531 + when sending email (this is not supported by smtplib under Python 2.7, + so will need support code in the application until we migrate to Python 3.5) + * Meeting materials enhancements * Transition to PostgreSQL @@ -42,6 +46,9 @@ Planned work in rough order * When draft XML source is available, take references from that instead of extracting them from the text version. +* Transition to running under Python 3.x (probably 3.5) instead of 2.7 + + * Small nomcom refactoring: associate Feedback records with Person instead of User.