python-vxi11 uses xdrlib: https://github.com/python-ivi/python-vxi11/blob/cc4671da699f1f379137dc40ffc4a302d72e6f55/vxi11/rpc.py#L22 https://github.com/python-ivi/python-vxi11/blob/cc4671da699f1f379137dc40ffc4a302d72e6f55/vxi11/rpc.py#L65 https://github.com/python-ivi/python-vxi11/blob/cc4671da699f1f379137dc40ffc4a302d72e6f55/vxi11/rpc.py#L100 The [xdrlib module documentation](https://docs.python.org/3/library/xdrlib.html) in the Python standard library reads: > Deprecated since version 3.11, will be removed in version 3.13: The [xdrlib](https://docs.python.org/3/library/xdrlib.html#module-xdrlib) module is deprecated (see [PEP 594](https://peps.python.org/pep-0594/#xdrlib) for details). Python 3.13 is [expected on 2024-10-07.](https://peps.python.org/pep-0719/#schedule)
python-vxi11 uses xdrlib:
python-vxi11/vxi11/rpc.py
Line 22 in cc4671d
python-vxi11/vxi11/rpc.py
Line 65 in cc4671d
python-vxi11/vxi11/rpc.py
Line 100 in cc4671d
The xdrlib module documentation in the Python standard library reads:
Python 3.13 is expected on 2024-10-07.