[Docstring-checkins] CVS: dps/spec pep-0258.txt,1.2,1.3
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2001-08-16 02:28:03
|
Update of /cvsroot/docstring/dps/spec In directory usw-pr-cvs1:/tmp/cvs-serv29783/dps/spec Modified Files: pep-0258.txt Log Message: - Added reference to VMS error condition severity. Index: pep-0258.txt =================================================================== RCS file: /cvsroot/docstring/dps/spec/pep-0258.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pep-0258.txt 2001/08/04 15:43:33 1.2 --- pep-0258.txt 2001/08/16 02:28:00 1.3 *************** *** 367,371 **** --- 367,375 ---- severe errors. + Although the warning levels above were devised independently, they + have a strong correspondence to VMS error condition severity + levels [9]. The names in quotes were borrowed from VMS. + References and Footnotes *************** *** 389,393 **** [8] http://docstring.sourceforge.net/spec/soextblx.dtd ! [9] http://www.python.org/sigs/doc-sig/ --- 393,400 ---- [8] http://docstring.sourceforge.net/spec/soextblx.dtd ! [9] http://www.openvms.compaq.com:8000/73final/5841/ ! 5841pro_027.html#error_cond_severity ! ! [10] http://www.python.org/sigs/doc-sig/ *************** *** 406,410 **** This document borrows ideas from the archives of the Python ! Doc-SIG [9]. Thanks to all members past & present. --- 413,417 ---- This document borrows ideas from the archives of the Python ! Doc-SIG [10]. Thanks to all members past & present. |