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 flox
Recipients effbot, flox, georg.brandl, gvanrossum, lemburg, r.david.murray, scoder
Date 2010-07-31.16:55:39
SpamBayes Score 0.033125773
Marked as misclassified No
Message-id <1280595345.62.0.0463089960626.issue8047@psf.upfronthosting.co.za>
In-reply-to
Content
Patch updated here, and on Rietveld too.
http://codereview.appspot.com/664043

Rules (as discussed):
 - tree.tostring(encoding=None)  => encodes to "US-ASCII"
   (compatible with 2.7 and lxml.etree)
 - tree.tostring(encoding="unicode") => outputs Unicode
 - tree.tostring(encoding=str) => outputs Unicode
   (compatible with lxml.etree)

For 2.7, no change planned.
For 3.1, do we keep the current behavior?
  - tree.tostring(encoding=None)  => outputs Unicode
History
Date User Action Args
2010-07-31 16:55:45floxsetrecipients: + flox, lemburg, gvanrossum, effbot, georg.brandl, scoder, r.david.murray
2010-07-31 16:55:45floxsetmessageid: <1280595345.62.0.0463089960626.issue8047@psf.upfronthosting.co.za>
2010-07-31 16:55:43floxlinkissue8047 messages
2010-07-31 16:55:43floxcreate