[IPython-dev] [jdc at uwo.ca: Bug#256781: ipython: funny behaviour of timeit.timeit and timeit.repeat]
Fernando Perez
Fernando.Perez at colorado.edu
Thu Jul 1 11:57:53 EDT 2004
Jack Moffitt wrote:
> The following bug came into Debian a few days back, and I'd though I'd
> forward it here to see if you had any ideas on what it was. The user
> made a second followup which you can find here:
This is really, really weird. I can't think of anything in ipython which
could cause this, and since your user seems to be narrowing it down to a pure
python problem, I'll wait for now. Keep me posted if you guys conclude that
it's really an ipython-caused issue (I hope not :)
> [I manually changed the input prompts to >>> and removed the
> output labels.]
You can run ipython in 'classic' mode to get these prompts if you want:
[~]> ipython -classic
Python 2.2.3 (#1, Oct 15 2003, 23:33:35)
Type "copyright", "credits" or "license" for more information.
IPython 0.6.1.cvs -- An enhanced Interactive Python.
? -> Introduction to IPython's features.
@magic -> Information about IPython's 'magic' @ functions.
help -> Python's own help system.
object? -> Details about 'object'. ?object also works, ?? prints more.
Launching IPython in classic mode. No config file read.
>>> 9
9
>>>
Best,
f
More information about the IPython-dev
mailing list