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

2012-09-20 Thread STINNER Victor
STINNER Victor added the comment: The doc is now complete. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

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

2012-08-05 Thread Roundup Robot
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

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

2012-08-04 Thread Larry Hastings
Larry Hastings added the comment: ftruncate isn't new. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:

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

2012-08-03 Thread Georg Brandl
Georg Brandl added the comment: Victor: try "make changes". -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2012-08-03 Thread Ross Lagerwall
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 __

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

2012-08-03 Thread STINNER Victor
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 Pytho