summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2004-10-19 19:56:55 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2004-10-19 19:56:55 (GMT)
commit9414ded8f3e704b78e71f50ea86ce42654f27c6d (patch)
treef057e606a9aa89c324b12711243cb0569c328db0 /Misc
parent0d19bae30ea501a567754d13100a26ceae6ca3e1 (diff)
downloadcpython-9414ded8f3e704b78e71f50ea86ce42654f27c6d.zip
cpython-9414ded8f3e704b78e71f50ea86ce42654f27c6d.tar.gz
cpython-9414ded8f3e704b78e71f50ea86ce42654f27c6d.tar.bz2
Delete empty sections in beta1 news
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS15
1 files changed, 0 insertions, 15 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0dd0aae..0d5dcc5 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
-----------