This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients docs@python, georg.brandl, larry, rhettinger, vstinner
Date 2012-08-03.12:25:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343996760.47.0.232563077305.issue15548@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-08-03 12:26:00vstinnersetrecipients: + vstinner, georg.brandl, rhettinger, larry, docs@python
2012-08-03 12:26:00vstinnersetmessageid: <1343996760.47.0.232563077305.issue15548@psf.upfronthosting.co.za>
2012-08-03 12:25:59vstinnerlinkissue15548 messages
2012-08-03 12:25:59vstinnercreate