Show More
@@ -293,7 +293,8 b' else:' | |||
|
293 | 293 | '''mimics the read-only attributes of Python file objects |
|
294 | 294 | by raising 'TypeError: readonly attribute' if someone tries: |
|
295 | 295 | f = posixfile('foo.txt') |
|
296 |
f.name = 'bla' |
|
|
296 | f.name = 'bla' | |
|
297 | ''' | |
|
297 | 298 | return self._file.__setattr__(name, value) |
|
298 | 299 | |
|
299 | 300 | def __enter__(self): |
General Comments 0
You need to be logged in to leave comments.
Login now