@@ -7,25 +7,13 @@ Updated: $Date$
77Planned work in rough order
88===========================
99
10- * Wrap Trac in a docker container, in preparation for transition to running
11- the datatracker under Python 3. It doesn't look like Trac will be available
12- for Python 3 until January 2020 at the earliest.
13-
1410* Complete the transition to Python 3. This will make it easier to add add
15- support for internationalsed email, and also other i18n enhancements. The
11+ support for internationalised email, and also other i18n enhancements. The
1612 code has now been made Python 2 / Python 3 compatible (as of release 6.99.0,
1713 16 July 2019), but has not been deployed under Python 3 yet. The natural
1814 point for changing the deployment seems to be just after the next OS upgrade,
1915 which we think will make Python 3.6 the default mod_wsgi python.
2016
21- * Review and change the draft submission and handling code to deal with UTF-8
22- instead of ascii before upload of utf-8 drafts should be permitted.
23- (This may fall out for free with the Python 3 transition).
24- In ietf.submit.views.upload_submission(), for instance, there's a file
25- open() which should be io.open() with the appropriate encoding. In general,
26- there are about 100 file open() which should be reviewed and changed to
27- io.open() unless that's clearly not right.
28-
2917* Rework email sending so that all emails sent by the datatracker, except for
3018 logging and failure emails sent to ADMINS, are captured as a Message object.
3119
0 commit comments