Message173262
| Author | amaury.forgeotdarc |
|---|---|
| Recipients | alexhsamuel, amaury.forgeotdarc, antocuni, benjamin.peterson, mark.dickinson, meador.inge, nascheme, r.david.murray |
| Date | 2012-10-18.12:22:20 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1350562940.39.0.366558126907.issue9011@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Indeed, -1j is not a literal:
>>> dis.dis(lambda :-1j.real)
1 0 LOAD_CONST 0 (1j)
3 LOAD_ATTR 0 (real)
6 UNARY_NEGATIVE
7 RETURN_VALUE |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-10-18 12:22:20 | amaury.forgeotdarc | set | recipients: + amaury.forgeotdarc, nascheme, mark.dickinson, benjamin.peterson, alexhsamuel, r.david.murray, meador.inge, antocuni |
| 2012-10-18 12:22:20 | amaury.forgeotdarc | set | messageid: <1350562940.39.0.366558126907.issue9011@psf.upfronthosting.co.za> |
| 2012-10-18 12:22:20 | amaury.forgeotdarc | link | issue9011 messages |
| 2012-10-18 12:22:20 | amaury.forgeotdarc | create | |