Lichen

lib/posix/core.py

601:adcdaeb19307
2017-02-19 Paul Boddie Fixed the context test and set operation to replace the local context with any applicable attribute context. Added a test of method rebinding that requires this fix. method-wrapper-for-context
     1 #!/usr/bin/env python     2      3 name = 'posix'     4 linesep = '\n'     5      6 # vim: tabstop=4 expandtab shiftwidth=4