From: Fred Drake Date: Mon, 19 Nov 2001 04:34:50 +0000 (+0000) Subject: Fix the default value for feature_namespaces, per discussions on the XML-SIG X-Git-Tag: v2.2.1c1~728 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7064d3b581578539ff96cba2dac377a56260529b;p=python Fix the default value for feature_namespaces, per discussions on the XML-SIG mailing list. This causes the docs to match the default implementation. --- diff --git a/Doc/lib/xmlsaxhandler.tex b/Doc/lib/xmlsaxhandler.tex index ccb31098b0..952a5631db 100644 --- a/Doc/lib/xmlsaxhandler.tex +++ b/Doc/lib/xmlsaxhandler.tex @@ -49,9 +49,9 @@ symbolic constants for the feature and property names. \begin{datadesc}{feature_namespaces} Value: \code{"http://xml.org/sax/features/namespaces"}\\ - true: Perform Namespace processing (default).\\ + true: Perform Namespace processing.\\ false: Optionally do not perform Namespace processing - (implies namespace-prefixes).\\ + (implies namespace-prefixes; default).\\ access: (parsing) read-only; (not parsing) read/write \end{datadesc}