Skip to content

Commit 1ac7a8b

Browse files
committed
Added an item to the PLAN file: Review code for file open() wihch should be codecs.open(..., encoding='utf-8'); in particular with respect to opening up for drafts with non-ascii content, but also generally.
- Legacy-Id: 11556
1 parent ea8e436 commit 1ac7a8b

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

PLAN

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

10-
* Schema Changes: floorplan. Add Berlin floorplans manually.
11-
1210
* Glue code for WG issue trackers and wiki:
1311
- create new trackers on group creation
1412
- update access lists on group chair/secretary changes
@@ -42,6 +40,13 @@ Planned work in rough order
4240

4341
* Glue code to trigger generation of htmlized documents on www.ietf.org ??
4442

43+
* Review and change the draft submission and handling code to deal with UTF-8
44+
instead of ascii before upload of utf-8 drafts should be permitted. In
45+
ietf.submit.views.upload_submission(), for instance, there's a file open()
46+
which should be codecs.open() with the appropriate encoding. In general,
47+
there are about 100 file open() which should be reviewed and changed to
48+
codecs.open() unless that's clearly not right.
49+
4550
* Performance analysis of database table and index setup
4651

4752
* Code refactoring to avoid code changes for new WG document tags

0 commit comments

Comments
 (0)