Update of /cvsroot/docstring/dps/spec
In directory usw-pr-cvs1:/tmp/cvs-serv9916/dps/spec
Modified Files:
dps-notes.txt
Log Message:
updated
Index: dps-notes.txt
===================================================================
RCS file: /cvsroot/docstring/dps/spec/dps-notes.txt,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** dps-notes.txt 2002/02/06 03:11:41 1.23
--- dps-notes.txt 2002/02/07 02:03:30 1.24
***************
*** 65,68 ****
--- 65,78 ----
(SourceForge project registered & waiting.)
+ - Provide a mechanism to pass options to Readers, Writers, and Parsers
+ through dps.core.convert/Publisher? Or create custom
+ Reader/Writer/Parser objects first, and pass *them* to
+ convert/Publisher?
+
+ - In reader.get_reader_class (& parser & writer too), should we be
+ importing 'standalone' or 'dps.readers.standalone'? (This would
+ avoid importing top-level modules if the module name is not in
+ dps/readers. Potential nastiness.)
+
Coding Conventions
|