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 ncoghlan
Recipients Mariatta, brett.cannon, docs@python, eric.snow, marco.buttu, ncoghlan
Date 2017-02-26.14:20:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488118842.0.0.542644073216.issue29648@psf.upfronthosting.co.za>
In-reply-to
Content
Version added is correct here, as the "create_module()" methods are all new in 3.4, and the traditional granularity for deciding "addition or change?" is that new functions, methods, and attributes are always additions, even if they're being added to a class definition.
History
Date User Action Args
2017-02-26 14:20:42ncoghlansetrecipients: + ncoghlan, brett.cannon, docs@python, eric.snow, marco.buttu, Mariatta
2017-02-26 14:20:41ncoghlansetmessageid: <1488118842.0.0.542644073216.issue29648@psf.upfronthosting.co.za>
2017-02-26 14:20:41ncoghlanlinkissue29648 messages
2017-02-26 14:20:41ncoghlancreate