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 nobody
Recipients
Date 2006-04-21.15:25:09
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: NO 

1. Could you give some code examples for that?
2,3. Did you notice that google search for "from __main__
import" give hits similar to: 
  t = Timer("test()", "from __main__ import test")
in most situations?
I think it's hard to value uses of "from..." based on google
search or similar method.Maybe we shoud ask on python-list
what are the others opinions?

>As a middle ground it might be a good idea to expand the
>patch to reduce pdb's dependency on module global symbols
I'am interesting how would you do that?
 
History
Date User Action Args
2007-08-23 15:45:39adminlinkissue1429539 messages
2007-08-23 15:45:39admincreate