Skip to content

Commit 6667cc5

Browse files
committed
Updated PLAN
- Legacy-Id: 15935
1 parent 720943a commit 6667cc5

1 file changed

Lines changed: 7 additions & 13 deletions

File tree

PLAN

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ Updated: $Date$
77
Planned work in rough order
88
===========================
99

10-
* GroupFeatures cleanup. Move most to fields on GroupTypeName, and fix places
11-
that still uses lists of group types to determine actions by instead
12-
defining group type fields to hold the selector. (Setting up a new
13-
group type for things like PechaCucha and Hot RFC Lightning Talks probably
14-
could have been done with only table edits if there hadn't been so much code
15-
using type_id lists and features needing code changes).
16-
1710
* Change email sender -- move from AD and reviewer email addresses to a
1811
datatracker address 'on behalf of'.
1912

@@ -23,10 +16,14 @@ Planned work in rough order
2316

2417
* Revisit the review tool, work through the accumulated tickets.
2518

19+
* Transition to Python 3. This will make it easier to add add support for
20+
internationalsed email, and also other i18n enhancements.
21+
2622
* Review and change the draft submission and handling code to deal with UTF-8
27-
instead of ascii before upload of utf-8 drafts should be permitted. In
28-
ietf.submit.views.upload_submission(), for instance, there's a file open()
29-
which should be io.open() with the appropriate encoding. In general,
23+
instead of ascii before upload of utf-8 drafts should be permitted.
24+
(This may fall out for free with the Python 3 transition).
25+
In ietf.submit.views.upload_submission(), for instance, there's a file
26+
open() which should be io.open() with the appropriate encoding. In general,
3027
there are about 100 file open() which should be reviewed and changed to
3128
io.open() unless that's clearly not right.
3229

@@ -45,9 +42,6 @@ Planned work in rough order
4542
* (EXTERNAL BID) Reworked UI and refactored backend for the scretariat meeting
4643
scheduling tool.
4744

48-
* Transition to Python 3. This will make it easier to add add support for
49-
internationalsed email, and also other i18n enhancements.
50-
5145
* Add support for internationalised email addresses according to RFC 6531
5246
when sending email (this is not supported by smtplib under Python 2.7,
5347
so will need python 3.x).

0 commit comments

Comments
 (0)