-------------------
- Removed Unicode encoding from Element class (as inserted by Jose Jachuf in
v1.6.7) which caused issues for Python 3. Added Element.text_conversion
variable to contain a reference to the function for converting self.text
for output; this variable can be used to restore Jose's behavior with a
single line of code, as described in the comments for the Element class.
[Chris Gonnerman]