Files
PyGithub/github
Philip Kimmey 8d24a4523b [Issue] replace use of label _identity with name
- The label's _identity attribute is URL encoded.
    This is probably correct when it is being
    used as part of an API endpoint URL, but
    when used as part of the POST data, GitHub
    will return a 422 error stating that the
    label does not exist.
2012-06-25 11:42:48 -07:00
..