[issue13270] all classes are new style

2011-10-28 Thread Florent Xicluna
Changes by Florent Xicluna : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue13270] all classes are new style

2011-10-28 Thread Florent Xicluna
Changes by Florent Xicluna : -- resolution: -> fixed stage: patch review -> committed/rejected ___ Python tracker ___ ___ Python-bugs

[issue13270] all classes are new style

2011-10-28 Thread Roundup Robot
Roundup Robot added the comment: 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 -- nosy: +python-dev ___ Python tracker

[issue13270] all classes are new style

2011-10-28 Thread Florent Xicluna
Florent Xicluna added the comment: the type>class change reflects the current output on 3.x -- ___ Python tracker ___ ___ Python-bugs

[issue13270] all classes are new style

2011-10-27 Thread Raymond Hettinger
Raymond Hettinger added the comment: Removed the newstyle/oldstyle comments is fine. I don't see the reason for the type->class change though. -- nosy: +rhettinger ___ Python tracker

[issue13270] all classes are new style

2011-10-27 Thread Éric Araujo
Éric Araujo added the comment: LGTM. -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue13270] all classes are new style

2011-10-26 Thread Florent Xicluna
New submission from Florent Xicluna : these last references to old/new classes should be dropped. See patch. -- assignee: docs@python components: Documentation files: all_classes_belong_to_new_style.diff keywords: patch messages: 146455 nosy: docs@python, flox priority: normal severity: