Merge pull request #143 from cgohlke/patch-9

DOC: Fix Remove support for importing from the standard namespace
This commit is contained in:
Alex Clark ☺ 2013-03-18 14:22:00 -07:00
commit 2f4207c0d7

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
::