[issue35567] Convert membership test from dict-of-constants to a set

2018-12-24 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset 68151553845199136794bd60dcec238d8bfe0bdb by Raymond Hettinger (Cheryl Sabella) in branch 'master': bpo-35567: Convert dict of constants to a set (GH-11296) https://github.com/python/cpython/commit/68151553845199136794bd60dcec238d8bfe0bdb

[issue35567] Convert membership test from dict-of-constants to a set

2018-12-23 Thread Raymond Hettinger
Change by Raymond Hettinger : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue35567] Convert membership test from dict-of-constants to a set

2018-12-23 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +10526 stage: -> patch review ___ Python tracker ___ ___

[issue35567] Convert membership test from dict-of-constants to a set

2018-12-22 Thread Raymond Hettinger
New submission from Raymond Hettinger : On line 164 in Lib/wsgiref/utils.py, there is a dictionary called *_hoppish* that should be a set object. -- assignee: cheryl.sabella components: Library (Lib) keywords: easy messages: 332380 nosy: cheryl.sabella, rhettinger priority: normal