[issue33359] curses.has_key failure

2018-04-25 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 3219bbf6a159110d293dcfef2d5889ab020f4c5b by Benjamin Peterson in branch '2.7': fix running the curses.has_key module (closes bpo-33359) (GH-6608) https://github.com/python/cpython/commit/3219bbf6a159110d293dcfef2d5889ab020f4c5b -- re

[issue33359] curses.has_key failure

2018-04-25 Thread Benjamin Peterson
Change by Benjamin Peterson : -- keywords: +patch pull_requests: +6304 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue33359] curses.has_key failure

2018-04-25 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: python -m curses.has_key -- keywords: +easy nosy: +serhiy.storchaka stage: -> patch review ___ Python tracker ___ _

[issue33359] curses.has_key failure

2018-04-25 Thread Uzume
New submission from Uzume : The following change is broken and should be reverted (for the one file anyway): https://github.com/python/cpython/commit/6e3dbbdf39f3b4eb6f18c0165e446df17218b7dc#diff-c322497c7350a91fc1d78da0bb76b5b5 This does not seem to affect master but I did not check every Pyth