Jörg Rebenstorf <[EMAIL PROTECTED]> added the comment: Oh yes, I am sorry, I forgot to tell you that I *cannot* change the import statement as it is part of a framwork by a third-party which I cannot influence. This is a prerequisite of my task.
Of course you are right that I am not strictly speaking about a bug but rather about a feature request if no appropriate solution exists. One solution in my situation could be that I could re-import the package again using a plain import <package> statement (not a from- import one as the framework does). Is this the recommended solution or shouldn't there be a way to modify the variable even if it is imported by a from-import statement? Maybe you can give me a reason for your opinion? ---------- type: behavior -> feature request __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2930> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com