https://bugs.kde.org/show_bug.cgi?id=363607

            Bug ID: 363607
           Summary: Import statements pollute the variable model
           Product: cantor
           Version: unspecified
          Platform: openSUSE RPMs
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: python2-backend
          Assignee: fil...@kde.org
          Reporter: alexander.se...@web.de
                CC: alexanderrie...@gmail.com

Importing of python modules leads to new entries in the variable model. Looks
like an entry is created for each addition import within the modules being
imported. The user expects to see in the variable model only variables created
by himself. Any internal details of used modules are of interest or of any
usage here.

Reproducible: Always

Steps to Reproduce:
1. create a python session and do "import numpy"
2. in the variable manager observe new variables with the names "numpy", "sys",
"scipy" and "matplotlib"

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to