[issue15548] Mention all new os functions in What's New in Python 3.3

New submission from STINNER Victor: The os module has a lot of new functions in Python 3.3. It looks like only a few are documented in What's New in Python 3.3. Examples : truncate(), ftruncate() and sync() are not mentionned. Does Sphinx have a function to list of new functions added to Python 3.3? At least to check that the What's New in Python 3.3 is complete. I would like to have the full list to check that new functions are consistent. See for example the issue #15547. ---------- assignee: docs@python components: Documentation messages: 167315 nosy: docs@python, georg.brandl, haypo, larry, rhettinger priority: normal severity: normal status: open title: Mention all new os functions in What's New in Python 3.3 versions: Python 3.3 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15548> _______________________________________

Ross Lagerwall added the comment: Attached is a diff between dir(os) in 3.2 and 3.3 ---------- keywords: +patch nosy: +rosslagerwall Added file: http://bugs.python.org/file26676/oschanges.diff _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15548> _______________________________________

Georg Brandl added the comment: Victor: try "make changes". ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15548> _______________________________________

Larry Hastings added the comment: ftruncate isn't new. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15548> _______________________________________

Roundup Robot added the comment: New changeset b7b8e4ada3e5 by Victor Stinner in branch 'default': Issue #15548: Update and complete What's New in Python 3.3, especially the "os" section http://hg.python.org/cpython/rev/b7b8e4ada3e5 ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15548> _______________________________________

STINNER Victor added the comment: The doc is now complete. ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15548> _______________________________________
participants (5)
-
Georg Brandl
-
Larry Hastings
-
Ross Lagerwall
-
Roundup Robot
-
STINNER Victor