[Python-checkins] [python/cpython] 293759: bpo-30624 / selectors: use bare 'except' clause in...

GitHub noreply at github.com
Mon Jun 12 08:03:15 EDT 2017


  Branch: refs/heads/selectors-bare-except-2
  Home:   https://github.com/python/cpython
  Commit: 293759c5bfcc81ef7d6d0b27f9bed32c91772c0a
      https://github.com/python/cpython/commit/293759c5bfcc81ef7d6d0b27f9bed32c91772c0a
  Author: Giampaolo Rodola <g.rodola at gmail.com>
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
    M Lib/selectors.py

  Log Message:
  -----------
  bpo-30624 / selectors: use bare 'except' clause instead of 'except
Exception'


  Commit: 730cc05f43222fdff8a95427536936d623009409
      https://github.com/python/cpython/commit/730cc05f43222fdff8a95427536936d623009409
  Author: Giampaolo Rodola <g.rodola at gmail.com>
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Log Message:
  -----------
  Merge branch 'selectors-bare-except-2' of github.com:python/cpython into selectors-bare-except-2


Compare: https://github.com/python/cpython/compare/6cf19f6daa06...730cc05f4322


More information about the Python-checkins mailing list