[issue19487] Correct the error of the example given in the doc of partialmethod

2013-11-04 Thread Nick Coghlan
New submission from Nick Coghlan: Thanks for the report, this has now been fixed in http://hg.python.org/cpython/rev/ac1685661b07 -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker

[issue19487] Correct the error of the example given in the doc of partialmethod

2013-11-03 Thread R. David Murray
Changes by R. David Murray : -- assignee: docs@python -> nosy: +ncoghlan ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue19487] Correct the error of the example given in the doc of partialmethod

2013-11-03 Thread iMom0
Changes by iMom0 : -- assignee: docs@python components: Documentation files: partialmethod-doc-fix.patch keywords: patch nosy: docs@python, imom0 priority: normal severity: normal status: open title: Correct the error of the example given in the doc of partialmethod type: enhancement ver