Alexander Mohr <[email protected]> added the comment: oh for second example I meant something like this:
>>> class Foo: pass >>> Foo.organizer = None >>> Foo.blah = Foo >>> Foo.blah.organizer = None >>> Foo.blah.organizer[0] ya this is just a pie in the sky request :) ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue32448> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
