]> granicus.if.org Git - python/commitdiff
Revert commit r63088.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 11 May 2008 23:17:37 +0000 (23:17 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 11 May 2008 23:17:37 +0000 (23:17 +0000)
Doc/library/undoc.rst
Lib/plat-mac/PixMapWrapper.py [moved from Lib/plat-mac/pixmapwrapper.py with 100% similarity]
Misc/NEWS

index a57c9bd0f0e9ee08c2ee93a7a5efaf7f39d0513e..62157d44f50c310690a8c31a4a25c9dffe7222b8 100644 (file)
@@ -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.
 
index c3d9cc5219142e311d684993ba7bd64be8f9c424..f61b3dc7b31f531a2a3d44df5830205baaa8adde 100644 (file)
--- 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.