DOC: Fix Remove support for importing from the standard namespace

This commit is contained in:
Christoph Gohlke 2013-03-18 13:46:30 -07:00
parent b2998ada11
commit ab94d0330f

View File

@ -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.)
[fluggo]
- Remove support for importing from the standard namespace.
- Add PyPy support (experimental, please see: https://github.com/python-imaging/Pillow/issues/67)
- Add WebP support.
@ -140,6 +138,8 @@ Changelog (Pillow)
- Forked PIL based on Hanno Schlichting's re-packaging
(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
::