Discussion:
[pyusb-users] what's the goal for earliest Python supported?
Chapman Flack
2015-05-02 00:25:18 UTC
Permalink
README.rst says >= 2.4, _interop.py says >= 2.3.

Would you accept a patch that changed _interop to 2.4 and
deleted the sorted() and groupby() alternative code?
Or one that changed README to 2.3?

Just minor housekeeping, but happened to notice it.

-Chap
Wander Lairson Costa
2015-05-02 21:24:04 UTC
Permalink
Post by Chapman Flack
README.rst says >= 2.4, _interop.py says >= 2.3.
The initial goal for PyUSB was >= 2.3, but it turned out to be
infeasible. That code comes from that time, and it was never updated.
Post by Chapman Flack
Would you accept a patch that changed _interop to 2.4 and
deleted the sorted() and groupby() alternative code?
Or one that changed README to 2.3?
A patch cleaning things is more than welcome :D
Post by Chapman Flack
Just minor housekeeping, but happened to notice it.
Continue reading on narkive:
Loading...