[IPython-dev] [Fwd: [afayolle at debian.org: Bug#374625: python2.3-ipython: help built-in function does not work]]

Ville Vainio vivainio at gmail.com
Thu Aug 10 13:14:42 EDT 2006


On 8/10/06, Ville Vainio <vivainio at gmail.com> wrote:

> The attached patch inherits FakeModule from types.ModuleType and fixes
> the reported problem;  unfortunately, this implies that the __dict__
> of the module can't point directly at user_ns, which MIGHT break some
> stuff; take a look at it and tell me what you think.

Disregard previous patch (fm.diff); the attached fm2.diff also makes
pickles in %run:ed files work (they didn't in fm.diff).

pickles of instances of classes declared in straight interactive
sessions (whew!) still don't work, but that's a hit we can take.

fm2.diff also reverts the monkeypatch of OInspect.py.

-- 
Ville Vainio - vivainio.googlepages.com
vainio.blogspot.com - g[mail | talk]='vivainio'
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fm2.diff
Type: text/x-patch
Size: 6912 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20060810/820a9aac/attachment.bin>


More information about the IPython-dev mailing list