Package: ipython
Version: 0.6.5-1.2
Severity: normal
Tags: patch
Hello,
with the very latest NMU, ipython installs but $prun only works if -D
is specified as an argument. This is because there is no default argument
for it, the name is mistyped as "d".
The following patch fixes this:
--- Magic.py~ 2005-02-18 01:17:34 +0100
+++ Magic.py 2005-02-18 01:17:34 +0100
@@ -1090,7 +1090,7 @@
You can read the complete documentation for the profile module
with:\\
In [1]: import profile; profile.help() """
- opts_def = Struct(d=[''],l=[],s=['time'],t=[''])
+ opts_def = Struct(D=[''],l=[],s=['time'],t=[''])
if user_mode: # regular user call
opts,arg_str = self.parse_options(parameter_s,'D:l:rs:t:',
list_all=1)
However, tt would be better if the latest upstream version (0.6.11)
would be used, which has this bug fixed.
greetings
Torsten
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-ck5
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Versions of packages ipython depends on:
ii python 2.3.5-1 An interactive high-level object-o
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]