Issue631430

classification
Title: read(-1) uses wrong fileposition.
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: bckfnn Nosy List: bckfnn
Priority: normal Keywords:

Created on 2002-10-31.08:03:45 by bckfnn, last changed 2002-10-31.08:06:04 by bckfnn.

Messages
msg785 (view) Author: Finn Bock (bckfnn) Date: 2002-10-31.08:03:45
The buffering done on a python file cause a read(-1) to
data held in the buffer.

See test378 for an example.
msg786 (view) Author: Finn Bock (bckfnn) Date: 2002-10-31.08:06:04
Logged In: YES 
user_id=4201

Fixed in PyFile.java: 2.27;
History
Date User Action Args
2002-10-31 08:03:45bckfnncreate