Package: pg8000 / 1.10.6-1

Metadata

Package Version Patches format
pg8000 1.10.6-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Don t try to encode non text.patch | (download)

pg8000/core.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 don't try to encode non-text

 pg8000 when used by calendarserver sometimes passes unicode objects into
 text_out which causes an exception. This patch fixes that; it should not
 break anything else, but perhaps a wider fix is more appropiate - awaiting
 reply from upstream on that.
Bug: https://github.com/mfenniak/pg8000/issues/93