From a2e391558915c29a5d1771bed2f39173398b289d Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Thu, 9 Jun 2011 15:00:55 +0200 Subject: Fix a typo and update a comment. --- pym/portage/util/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pym/portage/util/__init__.py') diff --git a/pym/portage/util/__init__.py b/pym/portage/util/__init__.py index 28e9428d9..8c5352239 100644 --- a/pym/portage/util/__init__.py +++ b/pym/portage/util/__init__.py @@ -535,8 +535,8 @@ def getconfig(mycfg, tolerant=0, allow_sourcing=False, expand=True): expand_map = {} mykeys = {} try: - # NOTE: shex doesn't seem to support unicode objects - # (produces spurious \0 characters with python-2.6.2) + # NOTE: shlex doesn't support unicode objects with Python 2 + # (produces spurious \0 characters). if sys.hexversion < 0x3000000: content = open(_unicode_encode(mycfg, encoding=_encodings['fs'], errors='strict'), 'rb').read() -- cgit v1.2.3-1-g7c22