[issue31283] Inconsistent behaviours with explicit and implicit inheritance from object
Aug. 26, 2017
7:33 p.m.
Raymond Hettinger added the comment: I agree with the other commenters and recommend this be closed. There doesn't seem to be a a useful issue here. It seems more like a pedantic twisting of words that ignores how Python works (i.e. that you can specify a specific class to inherit from and that it is possible to either shadow or alter builtins). I don't see any magic here beyond changing a variable name to refer to a new object while previous references (or builtin references) to that name continue to refer to old object. ---------- nosy: +rhettinger _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue31283> _______________________________________
3245
Age (days ago)
3245
Last active (days ago)
0 comments
1 participants
participants (1)
-
Raymond Hettinger