pyvisa / pyvisa-py

A pure python PyVISA backend

Home Page:https://pyvisa-py.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xdrlib deprecated 3.11, removed 3.13

Max-Herbold opened this issue · comments

issued file: https://github.com/pyvisa/pyvisa-py/blob/main/pyvisa_py/protocols/rpc.py

I receive this when running pytest. Not critical to me but probably something to fix before py3.13 roles around and the library is removed.

DeprecationWarning: 'xdrlib' is deprecated and slated for removal in Python 3.13
    import xdrlib

https://docs.python.org/3/library/xdrlib.html

Thanks for reminding me. I am planning to see if a PyPI package is going to emerge, otherwise I may just vendor the stdlib.