]> granicus.if.org Git - python/commit
- changed __repr__ to use "unicode escape" encoding for unicode
authorFredrik Lundh <fredrik@pythonware.com>
Sat, 8 Jul 2000 17:43:32 +0000 (17:43 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Sat, 8 Jul 2000 17:43:32 +0000 (17:43 +0000)
commit2a1e060619b10062ce7ef2b826b2da940096f7a5
tree94b835595a4b98549efc16766fee0371443d05fe
parentd5c84ede06311f61a21cd5656e8c1ea54c8bfd29
- changed __repr__ to use "unicode escape" encoding for unicode
  strings, instead of the default encoding.
  (see "minidom" thread for discussion, and also patch #100706)
Objects/object.c