summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlexandre Vassalotti <alexandre@peadrop.com>2008-05-11 20:36:09 (GMT)
committerAlexandre Vassalotti <alexandre@peadrop.com>2008-05-11 20:36:09 (GMT)
commit2b576d22af93c3fe0f5cae4277d0cd3a4de7c066 (patch)
tree871524eec08da2b99b18e939ead1e2cc274fa160 /Misc
parentde088f03db10768a35fb1b42c324ebd2dbab5fa8 (diff)
downloadcpython-2b576d22af93c3fe0f5cae4277d0cd3a4de7c066.zip
cpython-2b576d22af93c3fe0f5cae4277d0cd3a4de7c066.tar.gz
cpython-2b576d22af93c3fe0f5cae4277d0cd3a4de7c066.tar.bz2
Renamed PixMapWrapper module to pixmapwrapper.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 955b58a..47eb5c2 100644
--- 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.