Skip to content

3.0.1

Compare
Choose a tag to compare
@kata198 kata198 released this 05 Apr 22:12
· 25 commits to master since this release
  • 3.0.0 Feb 5 2016
  • BUGFIX: Fix typo in MANIFEST.in
  • FEATURE: Update nonblock_read so it works with socket-like objects as well as file-like
    streams.
  • FEATURE: Improve the mode autodetect (which can be used standalone via
    nonblock.common.detect_stream_mode). You should never need to provide an
    explicit mode now, but the param and functionality will remain for
    backwards compatibility
  • FEATURE: Add background reading through "bgread(stream,
    blockSizeLimit, pollTime)". This returns an object which will automatically be
    populated with data by a thread which is started and runs in the background.
    See docstring for more information.