]> granicus.if.org Git - python/commit
Issue #25137: Add a note to whatsnew/3.5.rst for nested functools.partial calls
authorBerker Peksag <berker.peksag@gmail.com>
Tue, 22 Sep 2015 10:08:16 +0000 (13:08 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Tue, 22 Sep 2015 10:08:16 +0000 (13:08 +0300)
commit9b93c6b5dfe0b6bab4392e88409bf4f72c2570d5
tree721db74495c08e381e3ef1a2e2d4bc11c0553788
parent5e202086a5261f727b16ec8a5d5bf73046df1b12
Issue #25137: Add a note to whatsnew/3.5.rst for nested functools.partial calls

Also, properly skip the test_nested_optimization test for partial subclasses
and add a test for the suggested usage.
Doc/whatsnew/3.5.rst
Lib/test/test_functools.py