- Notifications
You must be signed in to change notification settings - Fork673
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 "fromfuture 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