Fixed read() and readline() to do arbitrarily long reads.
And readline() now reads null bytes correctly.
Added tell(), seek() and flush().
1 file changed
tree: 5b009862e96fd511329047589c4e092bbe235a1b
  1. Doc/
  2. Grammar/
  3. Include/
  4. Lib/
  5. Mac/
  6. Modules/
  7. Objects/
  8. Parser/
  9. Python/