This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author crayor
Recipients crayor, georg.brandl
Date 2008-05-21.07:32:36
SpamBayes Score 0.19938867
Marked as misclassified No
Message-id <1211355165.99.0.186120227903.issue2930@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2008-05-21 07:32:47crayorsetspambayes_score: 0.199389 -> 0.19938867
recipients: + crayor, georg.brandl
2008-05-21 07:32:46crayorsetspambayes_score: 0.199389 -> 0.199389
messageid: <1211355165.99.0.186120227903.issue2930@psf.upfronthosting.co.za>
2008-05-21 07:32:44crayorlinkissue2930 messages
2008-05-21 07:32:43crayorcreate