pywinrm icon indicating copy to clipboard operation
pywinrm copied to clipboard

Fix Response repr TODO

Open Hugo-C opened this issue 6 months ago • 0 comments

Hello, I noticed this easy to fix TODO using reprlib. The package is in the standard library since at least 3.0, so it should not be a problem. Response was turned into a dataclass to have a more convenient constructor in tests but I can roll it back if needed.

Hugo-C avatar Jun 07 '25 22:06 Hugo-C