]> granicus.if.org Git - python/commit
Added support for optional explanation parameter to the \versionadded
authorFred Drake <fdrake@acm.org>
Wed, 18 Apr 2001 03:11:04 +0000 (03:11 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 18 Apr 2001 03:11:04 +0000 (03:11 +0000)
commitc2b29d0fee7e7506ce53e55e55cd2bf0dadedc0b
treef2bc79152c52461737b67f9a148d9481c0c795af
parentfdfb05bb0b49d860eb035d779b0ae56e5ca875ed
Added support for optional explanation parameter to the \versionadded
macro.

Refactored do_cmd_versionadded() and do_cmd_versionchanged() to do most
of the work in a helper function, with the do_cmd_*() wrappers just supplying
a portion of the replacement text.
Doc/perl/python.perl