-
Notifications
You must be signed in to change notification settings - Fork 675
unicode_literals #99
Copy link
Copy link
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels