Skip to content

Releases: xguse/blacktie

version 0.2.1.2

20 Jul 00:55
Compare
Choose a tag to compare

News

0.2.1.2

Release date: 2013-07-17

  • version number system adopted to conform to PEP386
  • This is a hot fix to squash a bug described in github issue: #10
    • in short: on a Mac pprocess complained "AttributeError: 'module' object has no attribute 'poll'" when trying to set up a queue.
    • the quick fix is to look for that exception and continue without pprocess if encountered to avoid the fatal exception.