In sage-3.0 on OSX and linux (sage.math.washington.edu) if you do the following:
sage: from Crypto.Cipher import DES
sage: DES??
You get a bunch of binary garbage on your screen. I tried the same thing in vanilla ipython and it correctly told me that it could not open the source file.
Component: user interface
Issue created by migration from https://trac.sagemath.org/ticket/3015