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 <rep...@bugs.python.org>
<http://bugs.python.org/issue15548>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to