From: Andrew M. Kuchling Date: Tue, 19 Oct 2004 19:56:55 +0000 (+0000) Subject: Delete empty sections in beta1 news X-Git-Tag: v2.4b2~80 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9414ded8f3e704b78e71f50ea86ce42654f27c6d;p=thirdparty%2FPython%2Fcpython.git Delete empty sections in beta1 news --- diff --git a/Misc/NEWS b/Misc/NEWS index 0dd0aae87c71..0d5dcc5d1c18 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -235,21 +235,11 @@ C API ``PyUnicode_DecodeUTF16Stateful`` have been added, which implement stateful decoding. -Documentation -------------- - -... - Tests ----- - test__locale ported to unittest -Windows -------- - -... - Mac --- @@ -257,11 +247,6 @@ Mac interface for reading and writing plist files: ``readPlist(pathOrFile)`` and ``writePlist(rootObject, pathOrFile)`` -New platforms -------------- - -... - Tools/Demos -----------