| commit | d02fbb8f715a90079737e3048535b98c5a4e94e9 | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <victor.stinner@gmail.com> | Wed Nov 06 18:27:13 2013 +0100 |
| committer | Victor Stinner <victor.stinner@gmail.com> | Wed Nov 06 18:27:13 2013 +0100 |
| tree | 1618ae986abb9c2ddd559b47f17738b8c5c530fa | |
| parent | 6853108ccd09d2be6d1af828053db35577b30200 [diff] |
Issue #19512: sys_displayhook() now uses an identifier for "builtins" dictionary key and only decodes "\n" string once to write a newline. So "builtins" and "\n" are only decoded once from UTF-8, at the first call.