This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Thomas.Ryan
Recipients Thomas.Ryan
Date 2010-11-30.19:37:35
SpamBayes Score 2.5979334e-08
Marked as misclassified No
Message-id <1291145861.74.0.873169501029.issue10590@psf.upfronthosting.co.za>
In-reply-to
Content
In 3.1.3, 3.1.2, maybe earlier...

xml.sax.parseString(string, handler, error_handler=handler.ErrorHandler())

Source code requires bytes, not a string as implied by function name and by the documentation.

Exception thrown for strings.

Since the name includes "string" the source should probably be fixed.
Or at least update the documentation.

Someday replace/augment parseString() with parseBytes()?
History
Date User Action Args
2010-11-30 19:37:41Thomas.Ryansetrecipients: + Thomas.Ryan
2010-11-30 19:37:41Thomas.Ryansetmessageid: <1291145861.74.0.873169501029.issue10590@psf.upfronthosting.co.za>
2010-11-30 19:37:35Thomas.Ryanlinkissue10590 messages
2010-11-30 19:37:35Thomas.Ryancreate