[Docstring-checkins] CVS: dps/spec dps-notes.txt,1.4,1.5
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2001-08-11 01:53:32
|
Update of /cvsroot/docstring/dps/spec In directory usw-pr-cvs1:/tmp/cvs-serv31791/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.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** dps-notes.txt 2001/08/06 04:32:20 1.4 --- dps-notes.txt 2001/08/11 01:53:29 1.5 *************** *** 17,21 **** - PEP 256: Draw the framework diagram properly as a graphic (once PEPs ! support inline graphics !-). - Document! --- 17,21 ---- - PEP 256: Draw the framework diagram properly as a graphic (once PEPs ! support graphics !-). - Document! *************** *** 33,36 **** --- 33,42 ---- 'Suggestions for reST "modes"' as a base. + - Ask Python-dev for opinions (GvR for a pronouncement) on special + variables (__author__, __version__, etc.): convenience vs. namespace + pollution. Ask opinions on whether or not the DPS should recognize & + use them. + + Error Handling ============== *************** *** 59,62 **** --- 65,69 ---- .. _VMS severity levels: http://www.openvms.compaq.com:8000/73final/5841/5841pro_027.html#error_cond_severity + I/O APIs |