Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

v2.0.0

Latest

Choose a tag to compare

@WardBrian WardBrian released this 10 Feb 15:38
2800983

The dllist function will be available in the Python standard library beginning with Python 3.14

As a result, this package will shortly be obsolete. The 2.0 release primarily makes the code here identical
to that which was merged into cpython, with the following (breaking) changes:

  • On unsupported platforms, the dllist function will simply not be defined, rather than being a stub which returns nothing
  • If an error occurs in the underlying platform calls, a exception will propagate rather than returning nothing.
  • No warnings are raised by the function