diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2012-11-29 08:55:43 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2012-11-29 08:55:43 -0800 |
commit | f6ed6a8bbff9aabc58176b04e61c84b0509ecb7b (patch) | |
tree | 1541f2dba59f418f4acdfe7f5bcf79197cd48d09 /NEWS | |
parent | b9c39fc1d2d634967b125f776347b422e7a96ab4 (diff) |
Changelog re #80, fixes #80
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -20,6 +20,9 @@ v1.10.0 (DD MM YYYY) for the patch. * #94: Remove duplication of SSH port constant. Thanks to Olle Lundberg for the catch. +* #80: Expose the internal "is closed" property of the file transfer class + `BufferedFile` as `.closed`, better conforming to Python's file interface. + Thanks to `@smunaut` and James Hiscock for catch & patch. v1.9.0 (6th Nov 2012) --------------------- |