Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Confluence publishing uses correct text types (pantsbuild#7746)
Without this change, actually publishing to Confluence fails with encoding errors. Specifically: user needs converting because xmlrpclib hard-codes what kinds it can encode, and doesn't count future's newstr. url needs converting because it's detected as a newbytes which has its `encode` disabled. Maybe this should instead be calling `binary_type(...).encode("utf-8")`?
- Loading branch information