Ron Adam wrote: > > Greg Ewing wrote: > > > Then why not just return an empty string? > > Because an empty string is a valid string. It can be expanded to a > minimum width which me may not want to do.
I'm not seeing a use case for this. If the user says he wants his field a certain minimum width, what business does the type have overriding that? -- Greg _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
