[issue11020] Pyclbr broken because of missing 2-to-3 conversion

Raymond Hettinger report at bugs.python.org
Thu Jan 27 00:29:00 CET 2011


New submission from Raymond Hettinger <rhettinger at users.sourceforge.net>:

The command line invocation of pyclbr failed because of a 2-to-3 error.  The dict.values() call returns a dictview which doesn't support the sort() method.

Invoke with:

 $ python -m pyclbr Lib/collections.py

----------
components: Library (Lib)
messages: 127156
nosy: rhettinger
priority: high
severity: normal
stage: patch review
status: open
title: Pyclbr broken because of missing 2-to-3 conversion
type: behavior
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11020>
_______________________________________


More information about the Python-bugs-list mailing list