[IronPython] repr() results with uint, etc.

Jeff Slutter jslutter at reactorzero.com
Sat Feb 7 16:35:10 CET 2009


I totally agree that it should be done the right way - I didn't know
what the right way was.

CodePlex issue has been opened: 21040

Thanks!

Dino Viehland wrote:
> And the correct change to the source code would be adding __repr__ methods to the various *Ops types (Int16Ops, UInt16Ops, etc...) which return the correct formatting.  Presumably by updating the scripts that generate these types.  OTOH there's nothing particularly unsafe about your changes other then they don't match the normal convention for __repr__.



More information about the Ironpython-users mailing list