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 python-dev
Recipients larry, ncoghlan, petr.viktorin, python-dev, serhiy.storchaka
Date 2016-07-07.15:20:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160707152040.16045.75962.EAA2F6E9@psf.io>
In-reply-to
Content
New changeset 870e02f86e08 by Serhiy Storchaka in branch '3.5':
Issue #27332: Fixed the type of the first argument of module-level functions
https://hg.python.org/cpython/rev/870e02f86e08

New changeset c80054ccbbd8 by Serhiy Storchaka in branch 'default':
- Issue #27332: Fixed the type of the first argument of module-level functions
https://hg.python.org/cpython/rev/c80054ccbbd8
History
Date User Action Args
2016-07-07 15:20:44python-devsetrecipients: + python-dev, ncoghlan, larry, petr.viktorin, serhiy.storchaka
2016-07-07 15:20:44python-devlinkissue27332 messages
2016-07-07 15:20:43python-devcreate