summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Vassalotti <alexandre@peadrop.com>2008-05-11 23:17:37 +0000
committerAlexandre Vassalotti <alexandre@peadrop.com>2008-05-11 23:17:37 +0000
commit25c7f0ff9438954d49a0acec4cd41fcca7b74fe0 (patch)
tree3ab025ba1b310818073fbe7a74169c2da7d18c86
parentcf3520c2bf7a50fdd2e0251f435c9ebce180cfd2 (diff)
downloadcpython-git-25c7f0ff9438954d49a0acec4cd41fcca7b74fe0.tar.gz
Revert commit r63088.
-rw-r--r--Doc/library/undoc.rst7
-rw-r--r--Lib/plat-mac/PixMapWrapper.py (renamed from Lib/plat-mac/pixmapwrapper.py)0
-rw-r--r--Misc/NEWS2
3 files changed, 4 insertions, 5 deletions
diff --git a/Doc/library/undoc.rst b/Doc/library/undoc.rst
index a57c9bd0f0..62157d44f5 100644
--- a/Doc/library/undoc.rst
+++ b/Doc/library/undoc.rst
@@ -99,14 +99,15 @@ MacPython, as a MacPython applet or under OSX Python.
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
: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
:mod:`PIL` images.
diff --git a/Lib/plat-mac/pixmapwrapper.py b/Lib/plat-mac/PixMapWrapper.py
index 98abb4afe2..98abb4afe2 100644
--- a/Lib/plat-mac/pixmapwrapper.py
+++ b/Lib/plat-mac/PixMapWrapper.py
diff --git a/Misc/NEWS b/Misc/NEWS
index c3d9cc5219..f61b3dc7b3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,8 +23,6 @@ Library
- The sre module has been removed.
-- The PixMapWrapper module has been renamed to pixmapwrapper.
-
- The Queue module has been renamed to queue.
- The copy_reg module has been renamed to copyreg.