Files
typeshed/stdlib
Jason Fried 451deba4ef memoryview type information inconsistent with runtime behavior (#2230)
memoryview type information inconsistent with documentation of typing module. 

`memoryview` should be a ByteString like the docs say. 
`memoryview.__init__` does not accept str, and instead of a union it should just accept ByteString. 
`memoryview.__iter__` returns an Iterator[int] not bytes.
2018-06-15 07:51:56 -07:00
..
2018-06-11 15:52:44 -07:00
2018-06-11 14:40:54 -07:00
2018-04-06 11:09:11 -07:00