dschep / dschep/ntfy

Use unicode_literals for better Py2/3 compatibility

Open
#116 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
5k
Forks
216
PR merge metrics
No merged PRs in 30d

Description

The traditional way of managing Python 2.7/3.x compatibility is to use `from __future__ import unicode_literals`, allowing for a more disciplined string/bytes distinction. That would probably be a good direction for this package, and would help avoid problems like #115.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.