From ba0e26ae84f0d61a75bfb966733cd3d8040228d2 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 24 Sep 2016 00:18:31 +1000 Subject: [PATCH] Removed outdated comment --- PIL/ImageFile.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/PIL/ImageFile.py b/PIL/ImageFile.py index af67bdb0a..cda64efcf 100644 --- a/PIL/ImageFile.py +++ b/PIL/ImageFile.py @@ -305,8 +305,6 @@ class Parser(object): """ Incremental image parser. This class implements the standard feed/close consumer interface. - - In Python 2.x, this is an old-style class. """ incremental = None image = None