Issue18 Editing

TitleInconsistent naming and no error checking in service.py
Prioritybug Statusunread
Superseder Nosy Listgst, jw
Assigned To TopicsRailroad

Created on 2004-09-08.08:23:54 by gst, last changed 2004-09-08.08:23:54.

Messages
msg33 Author: gst Date: 2004-09-08.08:23:54 remove
_encode_property_dict is the inversion of
_unicodify_property_dict. Naming should reflect that.

There's no error checking in both methods.
At least they should check if the items are already
in the desired format.
History
Date User Action Args
2004-09-08 08:23:54gstcreate