summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-11-19 04:34:50 (GMT)
committerFred Drake <fdrake@acm.org>2001-11-19 04:34:50 (GMT)
commit7064d3b581578539ff96cba2dac377a56260529b (patch)
tree9aa5a44169e599f22e5521061fe8580fd658295d /Doc/lib
parent7a1bea64f8a677809a7e6fc8d1f7d0a099a0f246 (diff)
downloadcpython-7064d3b581578539ff96cba2dac377a56260529b.zip
cpython-7064d3b581578539ff96cba2dac377a56260529b.tar.gz
cpython-7064d3b581578539ff96cba2dac377a56260529b.tar.bz2
Fix the default value for feature_namespaces, per discussions on the XML-SIG
mailing list. This causes the docs to match the default implementation.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/xmlsaxhandler.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/xmlsaxhandler.tex b/Doc/lib/xmlsaxhandler.tex
index ccb3109..952a563 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}