Skip to content

unicode_literals #99

Closed
Closed
@ghost

Description

To be backware compatible with Python 2 regarding unicodes (related to the quick fix #98), have you ever thought about unicode_literals?

  1. Adding "from future import unicode_literals" at the top of python-gitlab's Python modules,
  2. Removing the u prefix before unicode strings (already done),
  3. Adding a b prefix before bytestrings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions