summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Vassalotti <alexandre@peadrop.com>2008-05-11 20:36:09 +0000
committerAlexandre Vassalotti <alexandre@peadrop.com>2008-05-11 20:36:09 +0000
commit2b576d22af93c3fe0f5cae4277d0cd3a4de7c066 (patch)
tree871524eec08da2b99b18e939ead1e2cc274fa160
parentde088f03db10768a35fb1b42c324ebd2dbab5fa8 (diff)
downloadcpython-git-2b576d22af93c3fe0f5cae4277d0cd3a4de7c066.tar.gz
Renamed PixMapWrapper module to pixmapwrapper.
-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, 5 insertions, 4 deletions
diff --git a/Doc/library/undoc.rst b/Doc/library/undoc.rst
index 62157d44f5..a57c9bd0f0 100644
--- a/Doc/library/undoc.rst
+++ b/Doc/library/undoc.rst
@@ -99,15 +99,14 @@ 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 955b58a412..47eb5c2f2e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,8 @@ Extension Modules
Library
-------
+- 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.