F5Networks / f5-common-python

Python SDK for configuration and monitoring of F5® BIG-IP® devices via the iControl® REST API.
https://f5-sdk.readthedocs.org
Apache License 2.0
262 stars 134 forks source link

The migration to Python 2/3 compatibility needs to accomodate pytest #654

Closed zancas closed 6 years ago

zancas commented 8 years ago

In particular the u unicode markup character is no longer prefixed to unicodes since that type is the default for text.

caphrim007 commented 8 years ago

Some of our return values from api calls are returning unicode strings (tmos/icontrol version for example). Address this too?

caphrim007 commented 6 years ago

py2/3 compat is complete