summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2007-05-21 00:03:15 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2007-05-21 00:03:15 (GMT)
commit0f852e2740d3b68baea51827fdafbe749f3c2978 (patch)
tree424927704091d8ef5a0969201640da1b0c5cc429 /Doc/whatsnew
parent41bf2fad62e4c9d0c6310e4aec30bc41cabf4871 (diff)
downloadcpython-0f852e2740d3b68baea51827fdafbe749f3c2978.zip
cpython-0f852e2740d3b68baea51827fdafbe749f3c2978.tar.gz
cpython-0f852e2740d3b68baea51827fdafbe749f3c2978.tar.bz2
Note removed modules
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/whatsnew26.tex8
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew26.tex b/Doc/whatsnew/whatsnew26.tex
index 3543d9d..a40c100 100644
--- a/Doc/whatsnew/whatsnew26.tex
+++ b/Doc/whatsnew/whatsnew26.tex
@@ -147,6 +147,8 @@ stdscr.chgat(0,21, curses.A_BOLD)
(Contributed by Fabian Kreutz.)
+\item The \module{gopherlib} module has been removed.
+
\item New function in the \module{heapq} module:
\function{merge(iter1, iter2, ...)}
takes any number of iterables that return data
@@ -175,6 +177,10 @@ itertools.izip_longest([1,2,3], [1,2,3,4,5]) ->
(Contributed by Raymond Hettinger.)
+\item The \module{macfs} module has been removed. This in turn
+required the \function{macostools.touched()} function to be removed
+because it depended on the \module{macfs} module.
+
% Patch #1490190
\item New functions in the \module{posix} module: \function{chflags()}
and \function{lchflags()} are wrappers for the corresponding system
@@ -184,6 +190,8 @@ defined in the \module{stat} module; some possible values include
\constant{UF_APPEND} to indicate that data can only be appended to the
file. (Contributed by M. Levinson.)
+\item The \module{rgbimg} module has been removed.
+
\item The \module{smtplib} module now supports SMTP over
SSL thanks to the addition of the \class{SMTP_SSL} class.
This class supports an interface identical to the existing \class{SMTP}