On 1/11/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote:
> For example the following two statements are
> functionally identical:
>
>     write_love_letter(to='python', from='adrian')
>     write_love_letter(**{'to': 'python', 'from': 'adrian'})


But we'd need unicode to do this:
;-)

write_love_letter(to='python', from='adrian', subject=u'I ♥ u')

Reply via email to