Closed

Description
To be backware compatible with Python 2 regarding unicodes (related to the quick fix #98), have you ever thought about unicode_literals?
- Adding "from future import unicode_literals" at the top of python-gitlab's Python modules,
- Removing the u prefix before unicode strings (already done),
- Adding a b prefix before bytestrings.
Metadata
Metadata
Assignees
Labels
No labels