]> granicus.if.org Git - python/commitdiff
Fix the default value for feature_namespaces, per discussions on the XML-SIG
authorFred Drake <fdrake@acm.org>
Mon, 19 Nov 2001 04:34:50 +0000 (04:34 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 19 Nov 2001 04:34:50 +0000 (04:34 +0000)
mailing list.  This causes the docs to match the default implementation.

Doc/lib/xmlsaxhandler.tex

index ccb31098b0e2cf65653534be77ee91b88a880499..952a5631db196f1766f48e1bf5e23b055f601224 100644 (file)
@@ -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}