===============================
- Fixes
- Fix ``python -m pdb …`` (135)
- Fix "TypeError: write() argument must be str, not bytes" with non-utf8
terminal encodings (63)
- Handle pdb.Pdb._previous_sigint_handler with Python 3.5.3+ (87)
- Misc
- Use ``shutil.get_terminal_size`` if available (125)
- Slightly improve loading of pdb from stdlib (133)
NOTE: 0.9.4 was not released to PyPI due to Travis CI misconfiguration.