[Python-checkins] [python/cpython] 6356a3: Remove catching OSError in ftphandler test. Only U...

GitHub noreply at github.com
Fri Mar 31 02:15:57 EDT 2017


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: 6356a3b7109c5c546c1e7be098170be194142f39
      https://github.com/python/cpython/commit/6356a3b7109c5c546c1e7be098170be194142f39
  Author: Senthil Kumaran <skumaran at gatech.edu>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
    M Lib/test/test_urllib2.py

  Log Message:
  -----------
  Remove catching OSError in ftphandler test. Only URLError is raised in urllib.request module. (#918) (#921)

(cherry picked from commit ed3dd1c02af6872bd0748f7b9a5dadb89f7b830f)




More information about the Python-checkins mailing list