summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pythondialog/files/pythondialog-3.3.0-format.patch')
-rw-r--r--dev-python/pythondialog/files/pythondialog-3.3.0-format.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/pythondialog/files/pythondialog-3.3.0-format.patch b/dev-python/pythondialog/files/pythondialog-3.3.0-format.patch
new file mode 100644
index 000000000000..a87078b01c01
--- /dev/null
+++ b/dev-python/pythondialog/files/pythondialog-3.3.0-format.patch
@@ -0,0 +1,11 @@
+--- a/dialog.py.orig 2016-05-22 09:20:46.385000000 +0000
++++ b/dialog.py 2016-05-22 09:20:53.170000000 +0000
+@@ -62,7 +62,7 @@
+ def __repr__(self):
+ # Unicode strings are not supported as the result of __repr__()
+ # in Python 2.x (cf. <http://bugs.python.org/issue5876>).
+- return b"{0}.{1}".format(__name__, _VersionInfo.__repr__(self))
++ return "{0}.{1}".format(__name__, _VersionInfo.__repr__(self))
+
+ #: Version of pythondialog as a :class:`VersionInfo` instance.
+ #: