aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_memoryview.py
Commit message (Collapse)AuthorAge
* Fixed memoryview constructor. It allowed arbitrary keyword arguments. The ↵Christian Heimes2007-11-08
bug was found by mykhal from #python. I've also added a small test case in the new test_memoryview.py