diff options
author | Alexandre Vassalotti <alexandre@peadrop.com> | 2008-05-11 23:12:38 (GMT) |
---|---|---|
committer | Alexandre Vassalotti <alexandre@peadrop.com> | 2008-05-11 23:12:38 (GMT) |
commit | 1fcaa77ac5a9cb09e014f2531a85561b9f7bed8c (patch) | |
tree | 6931dacf0e71a469887faa046b50ac2142781e34 /Doc | |
parent | f4e83deddaeaab237d2626986702d0c819d7f4c3 (diff) | |
download | cpython-1fcaa77ac5a9cb09e014f2531a85561b9f7bed8c.zip cpython-1fcaa77ac5a9cb09e014f2531a85561b9f7bed8c.tar.gz cpython-1fcaa77ac5a9cb09e014f2531a85561b9f7bed8c.tar.bz2 |
Revert commit r63086.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/undoc.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/undoc.rst b/Doc/library/undoc.rst index 4a25852..7a5a760 100644 --- a/Doc/library/undoc.rst +++ b/Doc/library/undoc.rst @@ -161,9 +161,6 @@ 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 |