Revert commit r63088.
diff --git a/Doc/library/undoc.rst b/Doc/library/undoc.rst
index a57c9bd..62157d4 100644
--- a/Doc/library/undoc.rst
+++ b/Doc/library/undoc.rst
@@ -99,14 +99,15 @@
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 c3d9cc5..f61b3dc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,8 +23,6 @@
- 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.