typeshed icon indicating copy to clipboard operation
typeshed copied to clipboard

Xmlrpc: accept data:str|bytes and require method:str

Open pmhahn opened this issue 1 year ago • 1 comments

Two minor fixed to the typeshed:

  1. data may be both str and bytes; actually CPython uses it both ways
  2. method=None does not make much sense and should never happen :crossed_fingers:

pmhahn avatar May 31 '24 14:05 pmhahn

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

github-actions[bot] avatar May 31 '24 14:05 github-actions[bot]

@JelleZijlstra Replaced by https://github.com/python/typeshed/pull/12734 as I no longer work for @univention and thus no longer have access to the old repository/MR.

pmhahn avatar Oct 04 '24 09:10 pmhahn