Did they remove file.readline() and file.readlines() from python 3.2? If yes what did they replace it with?
|
feedback
|
|
While there is no | |||
|
feedback
|
|
Here is the documentation (well, tutorial) for Python 3.2.
| |||
|
feedback
|
|
No they did not.
is working for me, Python 3.2. EDIT: it produces an io object (not file). | |||
|
feedback
|