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

index 62157d44f50c310690a8c31a4a25c9dffe7222b8..a57c9bd0f0e9ee08c2ee93a7a5efaf7f39d0513e 100644 (file)
@@ -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.
 
index 955b58a41258e2f26d297b33da1c38aab1d75724..47eb5c2f2e9f7779a0d9543b67a7b54bea8a1bf8 100644 (file)
--- 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.