summaryrefslogtreecommitdiff
path: root/giscanner/girwriter.py
diff options
context:
space:
mode:
authorSimon Feltman <sfeltman@src.gnome.org>2014-04-30 16:59:50 -0700
committerColin Walters <walters@verbum.org>2015-09-29 23:16:32 -0400
commit3dca44e3f1aba172b8a71d3860d55167dc35a5dc (patch)
tree6c8e4f4b5e8a7eedf9cab903bdd6fb4c5db2db20 /giscanner/girwriter.py
parentc6aba9366a31eda73c6f3f07893bf9603374782d (diff)
downloadgobject-introspection-3dca44e3f1aba172b8a71d3860d55167dc35a5dc.tar.gz
docwriter: Update for Python 3 compatibility
Convert the results of various filter() calls to lists. This is needed because filter() returns a generator in Python 3 and len() checks are used on the results (which doesn't work on a generator). Explicitly open resulting files for output in binary mode. https://bugzilla.gnome.org/show_bug.cgi?id=679438
Diffstat (limited to 'giscanner/girwriter.py')
0 files changed, 0 insertions, 0 deletions