Skip to content
Snippets Groups Projects
Commit 5aafc3c5 authored by Gregory Szorc's avatar Gregory Szorc
Browse files

py3: use io.BytesIO directly

Previously, pycompat.bytesio and pycompat.stringio referred to
io.BytesIO. And util.bytesio and util.stringio aliased the pycompat
symbols.

This commit switches everything to use io.BytesIO directly. util.bytesio
and util.stringio still exist to provide backwards compatibility, as
they were the preferred symbols.

Differential Revision: https://phab.mercurial-scm.org/D12252
parent 968b29a5
No related branches found
No related tags found
1 merge request!168branching: merge default into stable
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment