Changes between Initial Version and Version 1 of Ticket #1632, comment 2


Ignore:
Timestamp:
Jan 23, 2019, 12:02:42 PM (7 years ago)
Author:
Greg Couch

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1632, comment 2

    initial v1  
    1 Problem was that attr_registration.py defined a __getattr__ function at the module level, and in Python 3.7, that is now used for module attributes.
     1Problem was that attr_registration.py defined a !__getattr!__ function at the module level, and in Python 3.7, that is now used for module attributes.