Message 228343 - Python tracker
Message228343
| Author | pitrou |
|---|---|
| Recipients | benjamin.peterson, mark.dickinson, pitrou |
| Date | 2014-10-03.17:24:14 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1412357054.52.0.79002389879.issue22548@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This may be a parser limitation... >>> z = -0.-0.j >>> z (-0+0j) >>> z.imag 0.0 >>> z = 0.-0.j >>> z.imag 0.0 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-10-03 17:24:14 | pitrou | set | recipients: + pitrou, mark.dickinson, benjamin.peterson |
| 2014-10-03 17:24:14 | pitrou | set | messageid: <1412357054.52.0.79002389879.issue22548@psf.upfronthosting.co.za> |
| 2014-10-03 17:24:14 | pitrou | link | issue22548 messages |
| 2014-10-03 17:24:14 | pitrou | create | |