mirror of
https://github.com/python/cpython.git
synced 2024-12-03 23:06:43 +08:00
Renamed PixMapWrapper module to pixmapwrapper.
This commit is contained in:
parent
de088f03db
commit
2b576d22af
@ -99,15 +99,14 @@ MacPython, as a MacPython applet or under OSX Python.
|
|||||||
A low-level interface to Navigation Services.
|
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
|
:platform: Mac
|
||||||
:synopsis: Wrapper for PixMap objects.
|
: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
|
access to the fields by name. It also has methods to convert to and from
|
||||||
:mod:`PIL` images.
|
:mod:`PIL` images.
|
||||||
|
|
||||||
|
@ -21,6 +21,8 @@ Extension Modules
|
|||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
- The PixMapWrapper module has been renamed to pixmapwrapper.
|
||||||
|
|
||||||
- The Queue module has been renamed to queue.
|
- The Queue module has been renamed to queue.
|
||||||
|
|
||||||
- The copy_reg module has been renamed to copyreg.
|
- The copy_reg module has been renamed to copyreg.
|
||||||
|
Loading…
Reference in New Issue
Block a user