Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 532784
Collapse All | Expand All

(-)a/pym/portage/dbapi/bintree.py (-3 / +1 lines)
Lines 961-968 class binarytree(object): Link Here
961
				# With Python 2, the EnvironmentError message may
961
				# With Python 2, the EnvironmentError message may
962
				# contain bytes or unicode, so use _unicode to ensure
962
				# contain bytes or unicode, so use _unicode to ensure
963
				# safety with all locales (bug #532784).
963
				# safety with all locales (bug #532784).
964
				writemsg("!!! %s\n\n" % _unicode(e,
964
				writemsg("!!! %s\n\n" % _unicode(e))
965
					_encodings["stdio"], errors="replace"))
966
				del e
965
				del e
967
				pkgindex = None
966
				pkgindex = None
968
			if proc is not None:
967
			if proc is not None:
969
- 

Return to bug 532784