diff options
author | Alexandre Vassalotti <alexandre@peadrop.com> | 2008-05-11 20:30:43 (GMT) |
---|---|---|
committer | Alexandre Vassalotti <alexandre@peadrop.com> | 2008-05-11 20:30:43 (GMT) |
commit | 8940ecd39d2ae53b8bfe1a0124eb4788ab506306 (patch) | |
tree | a26ce8b33257dbc133aad8354703480703780146 /Doc/library/undoc.rst | |
parent | 5128fb971563e4a482b91b99f67ac89009bd4a0d (diff) | |
download | cpython-8940ecd39d2ae53b8bfe1a0124eb4788ab506306.zip cpython-8940ecd39d2ae53b8bfe1a0124eb4788ab506306.tar.gz cpython-8940ecd39d2ae53b8bfe1a0124eb4788ab506306.tar.bz2 |
Added stub for the PixMapWrapper module to be renamed in 3.0.
Modified TestStdlibRenames to support platform specific renames.
Added test for PixMapWrapper rename warning.
Added note to documentation about PixMapWrapper rename.
Diffstat (limited to 'Doc/library/undoc.rst')
-rw-r--r-- | Doc/library/undoc.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/undoc.rst b/Doc/library/undoc.rst index 7a5a760..4a25852 100644 --- a/Doc/library/undoc.rst +++ b/Doc/library/undoc.rst @@ -161,6 +161,9 @@ A low-level interface to Navigation Services. :platform: Mac :synopsis: Wrapper for PixMap objects. +.. note:: + The :mod:`PixMapWrapper` module has been renamed to + `pixmapwrapper` in Python 3.0. :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 |