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

STINNER Victor report at bugs.python.org
Fri Aug 3 14:26:00 CEST 2012


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 at python
components: Documentation
messages: 167315
nosy: docs at 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 at bugs.python.org>
<http://bugs.python.org/issue15548>
_______________________________________


More information about the Python-bugs-list mailing list