[issue21105] functools.partialmethod example doesn't actually work

2014-03-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset ed81acc970d9 by Benjamin Peterson in branch '3.4': make partialmethod example work (closes #21105) http://hg.python.org/cpython/rev/ed81acc970d9 New changeset b8a76485b5ed by Benjamin Peterson in branch 'default': merge 3.4 (#21105) http://hg.python

[issue21105] functools.partialmethod example doesn't actually work

2014-03-30 Thread Alex Gaynor
New submission from Alex Gaynor: Specifically the example at: https://docs.python.org/3/library/functools.html?highlight=functools#functools.partialmethod ``_alive`` isn't actually assigned before the example tries to read it. Running this code at a for-real REPL results in: >>> class Cell(ob