New submission from Ravon <Jean-Michel.Ravon@...>:
File f is opened in, r+b mode.
a is an array.
a.tofile() is refused saying that f must be opened in
write or append mode.
----------
components: Any
messages: 5093
nosy: jravon
severity: normal
status: open
title: Cannot write an array in a file opened in r+b mode.
type: behaviour
versions: 2.5.1
_______________________________________
Jython tracker <report@...>
<http://bugs.jython.org/issue1457>
_______________________________________
|