commit | 745621241cc4924939c5401ad7cfd9fe267d60a8 | [log] [tgz] |
---|---|---|
author | Eli Bendersky <eliben@gmail.com> | Sat Jan 07 20:44:43 2012 +0200 |
committer | Eli Bendersky <eliben@gmail.com> | Sat Jan 07 20:44:43 2012 +0200 |
tree | 336541413910a752f77201a48895a9b7ba7872ba | |
parent | af44ec6a7b8d9a4f4f03c2f30c2e272ee27cec8f [diff] |
Fix Container's __pretty_str__ to use str instead of repr. This provides more consistent output across platforms for integers. Patch by Jessica McKellar