Details
Details
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
Comment Actions
print(non_ascii_string) is locale-dependent and doesn't always work.
We'll have to use getattr(sys.stdout, 'buffer', sys.stdout).write() instead.