@@ -7,11 +7,6 @@ Updated: $Date$
77Planned work in rough order
88===========================
99
10- * Complete the transition to Python 3. This will make it easier to add add
11- support for internationalsed email, and also other i18n enhancements. The
12- code has now been made Python 2 / Python 3 compatible (as of release 6.99.0,
13- 16 July 2019), but has not been deployed under Python 3 yet.
14-
1510* Change the draft submission form so that an email address is required for
1611 each author in order to complete self-service draft submission. Missing
1712 email address(es) will lead to failure, and require submission via the
@@ -29,6 +24,13 @@ Planned work in rough order
2924
3025* Revisit the review tool, work through the accumulated tickets.
3126
27+ * Complete the transition to Python 3. This will make it easier to add add
28+ support for internationalsed email, and also other i18n enhancements. The
29+ code has now been made Python 2 / Python 3 compatible (as of release 6.99.0,
30+ 16 July 2019), but has not been deployed under Python 3 yet. The natural
31+ point for changing the deployment seems to be just after the next OS upgrade,
32+ which we think will make Python 3.6 the default mod_wsgi python.
33+
3234* Review and change the draft submission and handling code to deal with UTF-8
3335 instead of ascii before upload of utf-8 drafts should be permitted.
3436 (This may fall out for free with the Python 3 transition).
0 commit comments