Message112165
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 |
|
Date |
User |
Action |
Args |
2010-07-31 16:55:45 | flox | set | recipients:
+ flox, lemburg, gvanrossum, effbot, georg.brandl, scoder, r.david.murray |
2010-07-31 16:55:45 | flox | set | messageid: <1280595345.62.0.0463089960626.issue8047@psf.upfronthosting.co.za> |
2010-07-31 16:55:43 | flox | link | issue8047 messages |
2010-07-31 16:55:43 | flox | create | |
|