Issue 13270: all classes are new style (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/57479

classification

Title: all classes are new style
Type: behavior Stage: resolved
Components: Documentation Versions: Python 3.2, Python 3.3

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, eric.araujo, flox, python-dev, rhettinger
Priority: normal Keywords: patch

Created on 2011-10-26 21:15 by flox, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
all_classes_belong_to_new_style.diff flox,2011-10-26 21:15 review
Messages (5)
msg146455 - (view) Author: Florent Xicluna (flox) * (Python committer) Date: 2011-10-26 21:15
these last references to old/new classes should be dropped. See patch.
msg146497 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-10-27 15:47
LGTM.
msg146532 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2011-10-28 03:11
Removed the newstyle/oldstyle comments is fine. I don't see the reason for the type->class change though.
msg146542 - (view) Author: Florent Xicluna (flox) * (Python committer) Date: 2011-10-28 08:57
the type>class change reflects the current output on 3.x
msg146544 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-10-28 09:24
New changeset 54abca0ab03b by Florent Xicluna in branch '3.2': Fixes #13270: obsolete reference to old-style/new-style classes. http://hg.python.org/cpython/rev/54abca0ab03b
History
Date User Action Args
2022-04-11 14:57:23 admin set github: 57479
2011-10-28 12:23:17 flox set status: open -> closed
2011-10-28 09:27:34 flox set resolution: fixedstage: patch review -> resolved
2011-10-28 09:24:03 python-dev set nosy: + python-devmessages: +
2011-10-28 08:57:01 flox set messages: +
2011-10-28 03:11:20 rhettinger set nosy: + rhettingermessages: +
2011-10-27 15:47:56 eric.araujo set nosy: + eric.araujomessages: +
2011-10-26 21:15:49 flox create