mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-09-14 15:12:17 +08:00
PR #2516 aimed to widen the accepted file argument to json.dump, but since `IO` is invariant in its argument, it actually disallowed passing binary files.