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 serhiy.storchaka
Recipients Oren Milman, rhettinger, serhiy.storchaka, xiang.zhang
Date 2017-10-08.08:17:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507450669.02.0.213398074469.issue28280@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 0ccc0f6c7495be9043300e22d8f38e6d65e8884f by Serhiy Storchaka (Oren Milman) in branch 'master':
bpo-28280: Make PyMapping_Keys(), PyMapping_Values() and PyMapping_Items() always return a list (#3840)
https://github.com/python/cpython/commit/0ccc0f6c7495be9043300e22d8f38e6d65e8884f
History
Date User Action Args
2017-10-08 08:17:49serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, xiang.zhang, Oren Milman
2017-10-08 08:17:49serhiy.storchakasetmessageid: <1507450669.02.0.213398074469.issue28280@psf.upfronthosting.co.za>
2017-10-08 08:17:49serhiy.storchakalinkissue28280 messages
2017-10-08 08:17:48serhiy.storchakacreate