You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
b92545e61a
On 2.7 it was "accidentally fine" because the buffer object the StringIO was initialized from happened to look like ASCII, but in 2.6 either UCS-2 or UCS-4 is used for that buffer, and so the result was junk. Just use the io module everywhere if we can, falling back to pure-Python StringIO for Python<2.6. |
6 years ago | |
---|---|---|
.travis | 7 years ago | |
ansible_mitogen | 6 years ago | |
docs | 6 years ago | |
examples | 6 years ago | |
mitogen | 6 years ago | |
tests | 6 years ago | |
.gitignore | 7 years ago | |
.lgtm.yml | 7 years ago | |
.travis.yml | 6 years ago | |
ChangeLog | 7 years ago | |
LICENSE | 7 years ago | |
README.md | 7 years ago | |
dev_requirements.txt | 7 years ago | |
preamble_size.py | 6 years ago | |
run_tests | 6 years ago | |
setup.cfg | 7 years ago | |
setup.py | 6 years ago | |
tox.ini | 7 years ago |