mirror of
https://github.com/openkmip/pykmip
synced 2025-12-30 07:03:29 +00:00
This change removes extraneous code in the TextString primitive that would conditionally encode the individual string characters depending upon the version of Python being used. This code caused errors when using Unicode strings in Python 2.7 and below.