mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
DOC: Fix Remove support for importing from the standard namespace
This commit is contained in:
parent
b2998ada11
commit
ab94d0330f
|
@ -7,8 +7,6 @@ Changelog (Pillow)
|
||||||
- Add Python 3 support. (Pillow >= 2.0.0 supports Python 2.6, 2.7, 3.2, 3.3. Pillow < 2.0.0 supports Python 2.4, 2.5, 2.6, 2.7.)
|
- Add Python 3 support. (Pillow >= 2.0.0 supports Python 2.6, 2.7, 3.2, 3.3. Pillow < 2.0.0 supports Python 2.4, 2.5, 2.6, 2.7.)
|
||||||
[fluggo]
|
[fluggo]
|
||||||
|
|
||||||
- Remove support for importing from the standard namespace.
|
|
||||||
|
|
||||||
- Add PyPy support (experimental, please see: https://github.com/python-imaging/Pillow/issues/67)
|
- Add PyPy support (experimental, please see: https://github.com/python-imaging/Pillow/issues/67)
|
||||||
|
|
||||||
- Add WebP support.
|
- Add WebP support.
|
||||||
|
@ -140,6 +138,8 @@ Changelog (Pillow)
|
||||||
- Forked PIL based on Hanno Schlichting's re-packaging
|
- Forked PIL based on Hanno Schlichting's re-packaging
|
||||||
(http://dist.plone.org/thirdparty/PIL-1.1.7.tar.gz)
|
(http://dist.plone.org/thirdparty/PIL-1.1.7.tar.gz)
|
||||||
|
|
||||||
|
- Remove support for importing from the standard namespace
|
||||||
|
|
||||||
.. Note:: What follows is the original PIL 1.1.7 CHANGES file contents
|
.. Note:: What follows is the original PIL 1.1.7 CHANGES file contents
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
Loading…
Reference in New Issue
Block a user