<div dir="ltr"><div class="gmail_extra">Interesting concept. I suppose it offers some small optimization opportunities, and clearly saves some possibly error-prone typing. You construct the object on the left-hand side, then just DUP_TOP to get its use on the RHS.</div><div class="gmail_extra"><br></div><div class="gmail_extra">A couple comments though:</div><div class="gmail_extra"><br></div><div class="gmail_extra">* "dot" is pretty invisible unless surrounded by stuff on both sides (as when used like "hello.strip()"). The canyon formed by the characters on either side, and the mostly white space in the middle tends to make it more visible. That's less the case when it's bounded by white space on one side.</div><div class="gmail_extra"><br></div><div class="gmail_extra">* Probably better to propose it on python-ideas.</div><div class="gmail_extra"><br></div><div class="gmail_extra">* Ideas are always better received when accompanied by working code. :-)</div><div class="gmail_extra"><br></div><div class="gmail_extra">Skip</div><div class="gmail_extra"><br></div></div>