DEBIAN-SPECIFIC
Use sensible-browser instead of mozilla in default preferences.
http://bugs.debian.org/299959

Index: drpython-3.11.0/drPreferences.py
===================================================================
--- drpython-3.11.0.orig/drPreferences.py	2009-04-06 23:50:15.000000000 +0200
+++ drpython-3.11.0/drPreferences.py	2009-04-06 23:50:38.000000000 +0200
@@ -523,7 +523,7 @@
         self.printtabwidth = 4
 
         #Documentation Settings
-        self.documentationbrowser = "mozilla"
+        self.documentationbrowser = "/usr/bin/sensible-browser"
         if self.platform_is_windows:
             self.documentationbrowser = "<os.startfile>"
         if (os.access("/usr/share/doc/python/html/index.html", os.F_OK)):

