diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-08-20 08:05:46 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-08-20 08:05:46 (GMT) |
commit | bac9a53d007e291b2b32da326def92e71d79191f (patch) | |
tree | 548e18dd8d3f6462546545337cfc52840a1c4f98 /Misc | |
parent | 273069cf7d79293fa0c2cca7fe6ab386a4e5c02a (diff) | |
download | cpython-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/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |