[Python-Dev] Int literals and method calls

Greg Ewing greg.ewing at canterbury.ac.nz
Mon Nov 15 05:12:50 CET 2004


Kay Schluehr wrote:
     1.__class__
>              ^
> SyntaxError: invalid syntax
> 
> Could this be patched?

Why bother? Surely it's not too much trouble to type

   (1).__class__

on the rare occasions when you want to do something
like this.

-- 
Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | A citizen of NewZealandCorp, a	  |
Christchurch, New Zealand	   | wholly-owned subsidiary of USA Inc.  |
greg at cosc.canterbury.ac.nz	   +--------------------------------------+



More information about the Python-Dev mailing list