The deprecation of Python2.6 and the insertion of environments made it quite difficult to merge.
There were a couple issues: - namedtuple with one member didn't work - namedtuple content access was never possible - operator.itemgetter didn't work properly. Corrected py__bool__ for FakeSequence Fixes #730.