]> granicus.if.org Git - python/commit
Allow new.function() called with explicit 3rd arg of None, as
authorGuido van Rossum <guido@python.org>
Mon, 13 Nov 2000 20:29:20 +0000 (20:29 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 13 Nov 2000 20:29:20 +0000 (20:29 +0000)
commit1bff883ac07b901c6199e0f79c3f93330ab24eae
tree271a8271a711bf189d7e8dffe880cb01ea4d3751
parentecaa77798b7004e02e5893b0da9493b25f121509
Allow new.function() called with explicit 3rd arg of None, as
documented, and as is reasonable (since it is optional, but there's
another argument following it that may require you to specify a
value).  This solves SF bug 121887.
Modules/newmodule.c