Skip to content

Commit

Permalink
usb1: Become a package.
Browse files Browse the repository at this point in the history
Also, deprecate top-level libusb1 module with a warning.
  • Loading branch information
vpelletier committed Nov 23, 2016
1 parent 2ac727f commit 36e160a
Show file tree
Hide file tree
Showing 5 changed files with 1,343 additions and 1,331 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,9 @@ Improve asynchronous transfer performance: (very) suboptimal code was used to
initialise asynchronous transfer buffer. As a consequence, usb1 now exposes
``bytearrays`` where it used to expose ``bytes`` or ``str`` objects.

Deprecate libusb1 module import, which should not be needed since all (?)
needed constants were re-bound to usb1 module.

.. _CPython: http://www.python.org/

.. _pypy: http://pypy.org/
Expand Down
Loading

0 comments on commit 36e160a

Please sign in to comment.