re-enable pydb flag
Note that pydb has been deprecated, and superseded by pydbgr, which may be
abandoned.
It would be preferable if the Pdb class could inherit from pydb or pdb
based on a runtime flag rather than checking sys.argv at the top level.
This at least restores old behavior for pydb users.
closes
#636