[Python-bugs-list] [ python-Bugs-467811 ] Inability to "see" some module content

noreply@sourceforge.net noreply@sourceforge.net
Thu, 04 Oct 2001 03:08:13 -0700


Bugs item #467811, was opened at 2001-10-04 03:08
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=467811&group_id=5470

Category: None
Group: Python 2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Tibs (Tony J. Ibbs) (tibs)
Assigned to: Nobody/Anonymous (nobody)
Summary: Inability to "see" some module content

Initial Comment:
I am not sure if this is new to 2.2a4 or not - the
problem became evident via trying to use compiler.py,
and this didn't work in 2.2a3 and earlier for different
reasons.

In Python 2.2a4, running on Debian Potato, if one
imports the "dis" module, and attempts to access
(for example) "dis.cmp_op", the result is an 
AttributeError. Some of the module content can be
accessed, some cannot. It does not appear to be
related to the __all__ list within the module.

I append a file showing the problem.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=467811&group_id=5470