The fpformat module is deprecated and will be removed in py3k.
authorZac Medico <zmedico@gentoo.org>
Thu, 14 Aug 2008 09:37:44 +0000 (09:37 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 14 Aug 2008 09:37:44 +0000 (09:37 -0000)
commit733ea688c0ae837c209b7983c193e490012d3307
treeecc76403c3158b187c08866b5f5270f37f656661
parent6714a0468cf3186531e7d305e540041cc7a6baab
The fpformat module is deprecated and will be removed in py3k.
The % string interpolation operator should be used instead.
Thanks to Ali Polatel <hawking@g.o> for this patch.

svn path=/main/trunk/; revision=11406
pym/_emerge/__init__.py