[Python-modules-commits] r22810 - in packages/ipython/trunk/debian/patches (1 file)

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Mon Oct 22 17:29:48 UTC 2012


    Date: Monday, October 22, 2012 @ 17:29:46
  Author: jtaylor-guest
Revision: 22810

delete inactive except-shadows-builtin-fix.patch

Deleted:
  packages/ipython/trunk/debian/patches/except-shadows-builtin-fix.patch

Deleted: packages/ipython/trunk/debian/patches/except-shadows-builtin-fix.patch
===================================================================
--- packages/ipython/trunk/debian/patches/except-shadows-builtin-fix.patch	2012-10-22 16:52:31 UTC (rev 22809)
+++ packages/ipython/trunk/debian/patches/except-shadows-builtin-fix.patch	2012-10-22 17:29:46 UTC (rev 22810)
@@ -1,14 +0,0 @@
-Description: fix except-shadows-builtin
-Author: Julian Taylor <jtaylor.debian at googlemail.com>
-Bug: https://github.com/ipython/ipython/issues/2056
---- a/IPython/core/magics/osm.py
-+++ b/IPython/core/magics/osm.py
-@@ -684,7 +684,7 @@
- 
-         try :
-             cont = self.shell.find_user_code(parameter_s)
--        except ValueError, IOError:
-+        except (ValueError, IOError):
-             print "Error: no such file, variable, URL, history range or macro"
-             return
- 




More information about the Python-modules-commits mailing list