[issue6652] missing cmath functions

2009-08-05 Thread Georg Brandl
Georg Brandl added the comment: These functions are new in Python 2.6; they do not appear in the Python 2.5 docs. -- resolution: -> invalid status: open -> closed ___ Python tracker ___

[issue6652] missing cmath functions

2009-08-05 Thread Phillip M. Feldman
New submission from Phillip M. Feldman : The online documentation describes functions cmath.phase and cmath.polar, but when I try to import these, I get "cannot import name" errors. -- assignee: georg.brandl components: Documentation messages: 91330 nosy: georg.brandl, pfeld...@verizon.n