(py-scroll-process-buffer): Default value changed to nil to act more
like default shell-mode behavior.
diff --git a/Misc/python-mode.el b/Misc/python-mode.el
index 36d4bb7..90a1020 100644
--- a/Misc/python-mode.el
+++ b/Misc/python-mode.el
@@ -192,7 +192,7 @@
 	  )
   :group 'python)
 
-(defcustom py-scroll-process-buffer t
+(defcustom py-scroll-process-buffer nil
   "*Scroll Python process buffer as output arrives.
 If nil, the Python process buffer acts, with respect to scrolling, like
 Shell-mode buffers normally act.  This is surprisingly complicated and