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
This commit is contained in:
parent
ea8e436ae5
commit
1ac7a8bd5e
9
PLAN
9
PLAN
|
@ -7,8 +7,6 @@ Updated: $Date$
|
|||
Planned work in rough order
|
||||
===========================
|
||||
|
||||
* Schema Changes: floorplan. Add Berlin floorplans manually.
|
||||
|
||||
* Glue code for WG issue trackers and wiki:
|
||||
- create new trackers on group creation
|
||||
- update access lists on group chair/secretary changes
|
||||
|
@ -42,6 +40,13 @@ Planned work in rough order
|
|||
|
||||
* Glue code to trigger generation of htmlized documents on www.ietf.org ??
|
||||
|
||||
* Review and change the draft submission and handling code to deal with UTF-8
|
||||
instead of ascii before upload of utf-8 drafts should be permitted. In
|
||||
ietf.submit.views.upload_submission(), for instance, there's a file open()
|
||||
which should be codecs.open() with the appropriate encoding. In general,
|
||||
there are about 100 file open() which should be reviewed and changed to
|
||||
codecs.open() unless that's clearly not right.
|
||||
|
||||
* Performance analysis of database table and index setup
|
||||
|
||||
* Code refactoring to avoid code changes for new WG document tags
|
||||
|
|
Loading…
Reference in a new issue