commit | a03722f2784f65d499b94bea348f884999922e38 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Jun 12 14:23:49 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Jun 12 14:23:49 2008 +0000 |
tree | c199c0f1e97c604b751a20b82db5c6456044b641 | |
parent | ffae306784a067c9a604856e0886fa9d5e716337 [diff] [blame] |
deprecated mimetools
diff --git a/Misc/NEWS b/Misc/NEWS index 77eebef..4a93ba7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -84,6 +84,8 @@ Library ------- +- The mimetools module has been deprecated for removal in 3.0. + - The ctypes.byref function now takes an optional second parameter which allows to specify an offset in bytes for the constructed pointer-like object.