Changes between Version 34 and Version 35 of j2p


Ignore:
Timestamp:
06/22/23 11:15:47 (17 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • j2p

    v34 v35  
    5959* The useful variant of inner class is the non-static inner class. This class can access fields in the enclosing class.
    6060* Python does not support accessing fields of the enclosing class unless some tricks are applied. But these tricks would break uniformity of constructors.
    61 * Many deep technical reasons that largely complicate dealing with these.
     61* Many deep technical reasons #175 that largely complicate dealing with these.
    6262
    6363We recommend now: