Greg Ewing wrote: > Ian Bicking wrote: > >> Clever and interesting would include my quoting, evaluating, and >> formatting wrappers. It might also include special gettext >> expressions, case insensitivity, or other interesting wrappers. > > Hmmm, *that* degree of cleverness would be better > served by a different interface to the formatting > system. But there should still be a simple keyword > arg interface for the vast majority of cases when > you don't want to be clever.
Why? The wrappers looked pretty darn simple to me. I suppose they'd be slightly simpler if you replaced __getitem__ with __call__. -- Ian Bicking | [EMAIL PROTECTED] | http://blog.ianbicking.org _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com