Issue 17035: Use new style classes in {class, static}method examples (original) (raw)

Created on 2013-01-25 21:13 by berker.peksag, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
new-style-classes.diff berker.peksag,2013-01-25 21:13
Messages (4)
msg180624 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2013-01-25 21:13
The examples in the built-in functions documentation[1] should be consistent and use new style classes. [1] http://docs.python.org/2.7/library/functions.html
msg181097 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2013-02-01 19:13
LGTM.
msg182636 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-02-22 05:53
New changeset 30e7bc28d4f5 by Ezio Melotti in branch '2.7': #17035: use new style classes in classmethod/staticmethod examples. Patch by Berker Peksag. http://hg.python.org/cpython/rev/30e7bc28d4f5
msg182638 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2013-02-22 05:54
Fixed, thanks for the report and the patch!
History
Date User Action Args
2022-04-11 14:57:40 admin set github: 61237
2013-02-22 05:54:27 ezio.melotti set status: open -> closedtype: enhancementassignee: docs@python -> ezio.melottinosy: + ezio.melottimessages: + resolution: fixedstage: patch review -> resolved
2013-02-22 05:53:38 python-dev set nosy: + python-devmessages: +
2013-02-01 19:13:58 eric.araujo set nosy: + eric.araujomessages: + stage: patch review
2013-01-25 21:13:13 berker.peksag create