Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #60966
| From | Hans-Peter Jansen <hpj@urpla.net> |
|---|---|
| Subject | Python 2.7.5: Strange and differing behavior depending on sys.setdefaultencoding being set |
| Date | 2013-12-03 23:32 +0100 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3533.1386109953.18130.python-list@python.org> (permalink) |
[Multipart message — attachments visible in raw view] - view raw
Hi, I'm experiencing strange behavior with attached code, that differs depending on sys.setdefaultencoding being set or not. If it is set, the code works as expected, if not - what should be the usual case - the code fails with some non-sensible traceback. I tried to boil it down to a comprehensible state, but some LOC are still involved. I use similar code to represent database records, where the repr's appear in user visible logs for example. It is greatly appreciated, if some kind soul could shed some light on this ungrateful behavior. Thanks in advance, Pete
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Python 2.7.5: Strange and differing behavior depending on sys.setdefaultencoding being set Hans-Peter Jansen <hpj@urpla.net> - 2013-12-03 23:32 +0100
csiph-web