This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author uzume
Recipients benjamin.peterson, uzume
Date 2018-04-25.18:13:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524680024.26.0.682650639539.issue33359@psf.upfronthosting.co.za>
In-reply-to
Content
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 Python version.

This causes the following broken behavior (as found on Python 2.7):
$ python -m curses.has_key
yields the exception
"TypeError: argument of type 'module' is not iterable"
History
Date User Action Args
2018-04-25 18:13:44uzumesetrecipients: + uzume, benjamin.peterson
2018-04-25 18:13:44uzumesetmessageid: <1524680024.26.0.682650639539.issue33359@psf.upfronthosting.co.za>
2018-04-25 18:13:44uzumelinkissue33359 messages
2018-04-25 18:13:44uzumecreate