Commit Graph

4 Commits

Author SHA1 Message Date
74b350e9dd Don't use formatting on bytes
Formatting bytes works on Py2.x, but breaks in Py3.x, this should resolve the issues but further unit tests will be need to capture any regressions. Formatting will be supported in Py3.5, but generally it'll be better to avoid formatting where it isn't really needed. Resolves #6
2015-02-16 10:34:04 +00:00
25da143c18 Use bytes for I/O, and encode any text. 2014-03-29 00:17:22 +00:00
d3e8ce6d2b Switch to using context managers for locking. 2014-03-28 22:35:44 +00:00
359c5e3ef0 Breakout init into submodules. 2013-10-27 16:59:21 +00:00