Important!

Blog moved to https://blog.apdu.fr/

I moved my blog from https://ludovicrousseau.blogspot.com/ to https://blog.apdu.fr/ . Why? I wanted to move away from Blogger (owne...

Wednesday, June 20, 2018

PySCard 1.9.7 released

I just released a new official version 1.9.7 of pyscard. PySCard is a python module adding smart cards support (PC/SC) to Python.

The PySCard project is available at:

Changes

1.9.7 (June 2018)


  • Modify CardMonitoring's deleteObserver method to cleanly remove threads
  • Python 3: fix smartcard/Synchronization.py
  • Python 3: Fix SCardGetErrorMessage() on Windows
  • PCSCPart10: add parseFeatureRequest(), parseTlvProperties()
  • Fix PEP8 warnings
  • Minor documentation improvements

1.9.6 (August 2017)


  • include test/__init__.py in the archive tarball.
    "make test" now works. That fixes build using Python 3.6