commit | ea9c8a30558f7a3587f6803f3987fc83a8d8f77b | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Fri Apr 01 18:26:37 2011 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Fri Apr 01 18:26:37 2011 -0400 |
tree | 4794a3692f94d94d3bfc4bd2fc0c72400a692f4b | |
parent | d0f8173ab7a4660e01aa4e0faf5d7b3f54f1194e [diff] |
Make this bytes thing actually work :/ The wrong `b` was defined for Python 2.6 and Python 2.7. Shocking this did not cause problems earlier.