Commit 25c7f0ff authored by Alexandre Vassalotti's avatar Alexandre Vassalotti

Revert commit r63088.

parent cf3520c2
...@@ -99,14 +99,15 @@ MacPython, as a MacPython applet or under OSX Python. ...@@ -99,14 +99,15 @@ MacPython, as a MacPython applet or under OSX Python.
A low-level interface to Navigation Services. A low-level interface to Navigation Services.
:mod:`pixmapwrapper` --- Wrapper for PixMap objects :mod:`PixMapWrapper` --- Wrapper for PixMap objects
--------------------------------------------------- ---------------------------------------------------
.. module:: pixmapwrapper .. module:: PixMapWrapper
:platform: Mac :platform: Mac
:synopsis: Wrapper for PixMap objects. :synopsis: Wrapper for PixMap objects.
:mod:`pixmapwrapper` wraps a PixMap object with a Python object that allows
:mod:`PixMapWrapper` wraps a PixMap object with a Python object that allows
access to the fields by name. It also has methods to convert to and from access to the fields by name. It also has methods to convert to and from
:mod:`PIL` images. :mod:`PIL` images.
......
...@@ -23,8 +23,6 @@ Library ...@@ -23,8 +23,6 @@ Library
- The sre module has been removed. - The sre module has been removed.
- The PixMapWrapper module has been renamed to pixmapwrapper.
- The Queue module has been renamed to queue. - The Queue module has been renamed to queue.
- The copy_reg module has been renamed to copyreg. - The copy_reg module has been renamed to copyreg.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment