]> 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:42 +0000 (13:08 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Tue, 22 Sep 2015 10:08:42 +0000 (13:08 +0300)
commitdd7cb10b89f2d3cfb808c010a11481a1db08a8bb
tree3b86048a35dfb48f9def52a13a2666f1b2cc37c6
parent54385b206d5a91e17eaf7d54cadb049847fa1c8a
parent9b93c6b5dfe0b6bab4392e88409bf4f72c2570d5
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.