New submission from Raymond Hettinger <rhettin...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue11020>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to