Message111984
Well, that's a separate issue, so should have its own feature request. The main difficulty is that Python has no notion of a 'pure imaginary' type: one would have to implement such a type to get this behaviour.
C99 defines the _Imaginary types for exactly this reason. Unfortunately, that part of the specification is optional, and almost no-one has implemented it. (Sun might be an exception.) |
|
Date |
User |
Action |
Args |
2010-07-29 18:28:01 | mark.dickinson | set | recipients:
+ mark.dickinson, belopolsky, eric.smith |
2010-07-29 18:28:01 | mark.dickinson | set | messageid: <1280428081.91.0.39224846147.issue9416@psf.upfronthosting.co.za> |
2010-07-29 18:28:00 | mark.dickinson | link | issue9416 messages |
2010-07-29 18:27:59 | mark.dickinson | create | |
|