summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2012-08-20 08:05:46 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2012-08-20 08:05:46 (GMT)
commitbac9a53d007e291b2b32da326def92e71d79191f (patch)
tree548e18dd8d3f6462546545337cfc52840a1c4f98 /Misc
parent273069cf7d79293fa0c2cca7fe6ab386a4e5c02a (diff)
downloadcpython-bac9a53d007e291b2b32da326def92e71d79191f.zip
cpython-bac9a53d007e291b2b32da326def92e71d79191f.tar.gz
cpython-bac9a53d007e291b2b32da326def92e71d79191f.tar.bz2
Break up the 'someos' docs classification based on a more user-focused scheme, including creation of a separate 'Concurrent Execution' section
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index abed92a..fe68536 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -55,6 +55,13 @@ Tools/Demos
Documentation
-------------
+- Create a 'Concurrent Execution' section in the docs, and split up the
+ 'Optional Operating System Services' section to use a more user-centric
+ classification scheme (splitting them across the new CE section, IPC and
+ text processing). Operating system limitatons can be reflected with
+ the Sphinx :platform: tag, it doesn't make sense as part of the Table of
+ Contents.
+
- Issue #4966: Bring the sequence docs up to date for the Py3k transition
and the many language enhancements since they were original written