From 6a79d80374e0e1c14601c4e12724e4507d4cd834 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Tue, 10 Jun 2014 07:45:42 -0400 Subject: [PATCH] Revert "Merge pull request #5 from hugovk/unittest1merge" This reverts commit 0940f0b043bb16fc37dc9c34673cfaf1a813cc61, reversing changes made to 07aa1a56bbddd79128a81584eb0ec8f903c5192f. Conflicts: .travis.yml test/helper.py test/test_imagedraw.py --- PIL/Image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PIL/Image.py b/PIL/Image.py index fe4f47295..e064ed9ef 100644 --- a/PIL/Image.py +++ b/PIL/Image.py @@ -522,7 +522,7 @@ class Image: """ Closes the file pointer, if possible. - This operation will destroy the image core and release its memory. + This operation will destroy the image core and release it's memory. The image data will be unusable afterward. This function is only required to close images that have not