Message74944
I consider the request invalid. Continue the example with
B=A.B
B
The repr of an object cannot now and should not depend on the access path.
=or=
class C: pass
class D: pass
D
C.D = D
C.D
Same comment. |
|
| Date |
User |
Action |
Args |
| 2008-10-17 22:38:20 | terry.reedy | set | recipients:
+ terry.reedy, loewis, georg.brandl, benjamin.peterson, Antoine d'Otreppe |
| 2008-10-17 22:38:20 | terry.reedy | set | messageid: <1224283100.04.0.578714016066.issue4104@psf.upfronthosting.co.za> |
| 2008-10-17 22:38:19 | terry.reedy | link | issue4104 messages |
| 2008-10-17 22:38:18 | terry.reedy | create | |
|