• Shane Hathaway's avatar
    Fixed a potential Python 2.2+ bug and tidied the code slightly. · 4b834fed
    Shane Hathaway authored
    In Python 2.2 and above, getattr operations distinguish
    AttributeErrors from other kinds of operations.  But Wrapper_acquire
    was masking some errors as AttributeErrors.  Fixed.
    
    Added a comment explaining apply_filter, added curly brackets to
    disambiguate nesting in Wrapper_acquire, and re-indented to clarify.
    4b834fed
Acquisition.c 36.3 KB