Changes between Initial Version and Version 1 of Ticket #29500, comment 3


Ignore:
Timestamp:
06/18/18 11:23:28 (5 years ago)
Author:
Sergey Fedoseev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29500, comment 3

    initial v1  
    22
    33> I'll guess it'll be this:
     4>
     5>
     6>
     7> {{{
     8> >>> None ** None
     9> Traceback (most recent call last):
     10>   File "<console>", line 1, in <module>
     11> TypeError: unsupported operand type(s) for ** or pow(): 'NoneType' and 'NoneType'
     12>
     13> }}}
    414
    515It is.
Back to Top