Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
2b576d22
Commit
2b576d22
authored
May 11, 2008
by
Alexandre Vassalotti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed PixMapWrapper module to pixmapwrapper.
parent
de088f03
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
Doc/library/undoc.rst
Doc/library/undoc.rst
+3
-4
Lib/plat-mac/pixmapwrapper.py
Lib/plat-mac/pixmapwrapper.py
+0
-0
Misc/NEWS
Misc/NEWS
+2
-0
No files found.
Doc/library/undoc.rst
View file @
2b576d22
...
...
@@ -99,15 +99,14 @@ MacPython, as a MacPython applet or under OSX Python.
A low-level interface to Navigation Services.
:mod:`
PixMapW
rapper`
--- Wrapper for PixMap objects
:mod:`
pixmapw
rapper`
--- Wrapper for PixMap objects
---------------------------------------------------
.. module::
PixMapW
rapper
.. module::
pixmapw
rapper
: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.
...
...
Lib/plat-mac/
PixMapW
rapper.py
→
Lib/plat-mac/
pixmapw
rapper.py
View file @
2b576d22
File moved
Misc/NEWS
View file @
2b576d22
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment