]> granicus.if.org Git - python/commit
Text.__init__(): Make sure the data parameter is a string (8-bit or
authorFred Drake <fdrake@acm.org>
Mon, 8 Jan 2001 04:04:34 +0000 (04:04 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 8 Jan 2001 04:04:34 +0000 (04:04 +0000)
commitdaa823ad9a2d8c76ddc152b1ccae26251500efda
tree12e9c3d15dcb5541b3efdc6f72b22899c1fa269f
parent1c73323d6fb1807123ccbf56019d70d4832f9590
Text.__init__():  Make sure the data parameter is a string (8-bit or
                  Unicode); raise TypeError if not.

This closes SF bug #126866.
Lib/xml/dom/minidom.py