mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-01 00:17:27 +03:00 
			
		
		
		
	Remove deprecated __version__ from plugins
This commit is contained in:
		
							parent
							
								
									15ee91761b
								
							
						
					
					
						commit
						f273da1b3e
					
				|  | @ -9,6 +9,29 @@ PILLOW_VERSION constant | ||||||
| 
 | 
 | ||||||
| ``PILLOW_VERSION`` has been removed. Use ``__version__`` instead. | ``PILLOW_VERSION`` has been removed. Use ``__version__`` instead. | ||||||
| 
 | 
 | ||||||
|  | PIL.*ImagePlugin.__version__ attributes | ||||||
|  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||||||
|  | 
 | ||||||
|  | The version constants of individual plugins have been removed. Use ``PIL.__version__`` | ||||||
|  | instead. | ||||||
|  | 
 | ||||||
|  | ===============================  =================================  ================================== | ||||||
|  | Removed                          Removed                            Removed | ||||||
|  | ===============================  =================================  ================================== | ||||||
|  | ``BmpImagePlugin.__version__``   ``Jpeg2KImagePlugin.__version__``  ``PngImagePlugin.__version__`` | ||||||
|  | ``CurImagePlugin.__version__``   ``JpegImagePlugin.__version__``    ``PpmImagePlugin.__version__`` | ||||||
|  | ``DcxImagePlugin.__version__``   ``McIdasImagePlugin.__version__``  ``PsdImagePlugin.__version__`` | ||||||
|  | ``EpsImagePlugin.__version__``   ``MicImagePlugin.__version__``     ``SgiImagePlugin.__version__`` | ||||||
|  | ``FliImagePlugin.__version__``   ``MpegImagePlugin.__version__``    ``SunImagePlugin.__version__`` | ||||||
|  | ``FpxImagePlugin.__version__``   ``MpoImagePlugin.__version__``     ``TgaImagePlugin.__version__`` | ||||||
|  | ``GdImageFile.__version__``      ``MspImagePlugin.__version__``     ``TiffImagePlugin.__version__`` | ||||||
|  | ``GifImagePlugin.__version__``   ``PalmImagePlugin.__version__``    ``WmfImagePlugin.__version__`` | ||||||
|  | ``IcoImagePlugin.__version__``   ``PcdImagePlugin.__version__``     ``XbmImagePlugin.__version__`` | ||||||
|  | ``ImImagePlugin.__version__``    ``PcxImagePlugin.__version__``     ``XpmImagePlugin.__version__`` | ||||||
|  | ``ImtImagePlugin.__version__``   ``PdfImagePlugin.__version__``     ``XVThumbImagePlugin.__version__`` | ||||||
|  | ``IptcImagePlugin.__version__``  ``PixarImagePlugin.__version__`` | ||||||
|  | ===============================  =================================  ================================== | ||||||
|  | 
 | ||||||
| PyQt4 and PySide | PyQt4 and PySide | ||||||
| ^^^^^^^^^^^^^^^^ | ^^^^^^^^^^^^^^^^ | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user