c3d7dc4 Update to the latest git:

Authored and Committed by dshea 8 years ago
    Update to the latest git:
    
    - 2.7 does not have lru_cache()
    - Add keyword args to stdlib's json.pyi
    - Add Generator to 2.7/typing.pyi.
    - Make Reversible covariant.
    - Fix Reversible.__reversed__() return type.
    - Add flush keyword arg to print()
    - Move contents of builtins/* to stdlib/*. This simplifies finding stubs.
    - Remove outdated things from README.
    - Make deque inherit from MutableMapping (with difficulty).
    
        
file modified
+1 -0
file modified
+15 -4
file modified
+1 -1