Mercurial > python-hglib
comparison tests/test-hglib.py @ 145:f3c430afa598
hglib: abstract out use of cStringIO.StringIO (issue4520)
The cStringIO module does not exist in Python 3, but io.BytesIO does.
This change prepares for the use of io.BytesIO when available by
replacing all uses of cStringIO.StringIO with an object named BytesIO.
author | Brett Cannon <brett@python.org> |
---|---|
date | Fri, 13 Mar 2015 11:31:54 -0400 |
parents | 1b47146a4a2c |
children | c1b966866ed7 |
comparison
equal
deleted
inserted
replaced
144:3c59643a2bc3 | 145:f3c430afa598 |
---|