|
Repo Added
|
Files
17
|
Badge
README BADGES
|
push
travis-ci
168 of 345 relevant lines covered (48.7%)
0.49 hits per line
| Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
|---|---|---|---|---|---|---|---|
| 274 | fix_separators | Safely print data to stdout on both Python 2 and 3 On Python 2, binary data can be printed directly to stdout. On Python 3, binary data should be written to `sys.stdout.buffer` instead of `sys.stdout` directly. This commit adds a ``safe_print``... | push | travis-ci | pending completion |