Renamed PixMapWrapper module to pixmapwrapper.
diff --git a/Doc/library/undoc.rst b/Doc/library/undoc.rst
index 62157d4..a57c9bd 100644
--- a/Doc/library/undoc.rst
+++ b/Doc/library/undoc.rst
@@ -99,15 +99,14 @@
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
similarity index 100%
rename from Lib/plat-mac/PixMapWrapper.py
rename to Lib/plat-mac/pixmapwrapper.py
diff --git a/Misc/NEWS b/Misc/NEWS
index 955b58a..47eb5c2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,8 @@
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.