[docs] [issue29648] Missed reference to create_module() in versionadded (import.rst)

Nick Coghlan report at bugs.python.org
Sun Feb 26 09:20:42 EST 2017


Nick Coghlan added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29648>
_______________________________________


More information about the docs mailing list