Update of /cvsroot/docstring/dps/spec
In directory usw-pr-cvs1:/tmp/cvs-serv8484/dps/spec
Modified Files:
pep-0258.txt
Log Message:
minor
Index: pep-0258.txt
===================================================================
RCS file: /cvsroot/docstring/dps/spec/pep-0258.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** pep-0258.txt 2002/02/06 03:08:42 1.4
--- pep-0258.txt 2002/02/07 01:56:41 1.5
***************
*** 349,370 ****
When the parser encounters an error in markup, it inserts a system
! warning (DTD element 'system_warning'). There are four levels of
system warnings:
! - Level-0, "DEBUG": An internal reporting issue. There is no
effect on the processing. Level-0 system warnings are
handled separately from the others.
! - Level-1, "INFO": A minor issue that can be ignored. There is no
effect on the processing. Typically level-1 system warnings are
not reported.
! - Level-2, "WARNING": An issue that should be addressed. If
ignored, there may be unpredictable problems with the output.
! - Level-3, "ERROR": An error that should be addressed. If
ignored, the output will contain errors.
! - Level-4, "SEVERE": A severe error that must be addressed.
Typically level-4 system warnings are turned into exceptions
which halt processing. If ignored, the output will contain
--- 349,370 ----
When the parser encounters an error in markup, it inserts a system
! warning (DTD element 'system_warning'). There are five levels of
system warnings:
! - Level-0, "DEBUG": an internal reporting issue. There is no
effect on the processing. Level-0 system warnings are
handled separately from the others.
! - Level-1, "INFO": a minor issue that can be ignored. There is no
effect on the processing. Typically level-1 system warnings are
not reported.
! - Level-2, "WARNING": an issue that should be addressed. If
ignored, there may be unpredictable problems with the output.
! - Level-3, "ERROR": an error that should be addressed. If
ignored, the output will contain errors.
! - Level-4, "SEVERE": a severe error that must be addressed.
Typically level-4 system warnings are turned into exceptions
which halt processing. If ignored, the output will contain
|