#15979: merge with 3.3.

This commit is contained in:
Ezio Melotti 2012-10-02 06:02:08 +03:00
commit b116b3bb39
2 changed files with 175 additions and 110 deletions

View file

@ -116,6 +116,8 @@ Documentation
- Issue #15533: Clarify docs and add tests for `subprocess.Popen()`'s cwd
argument.
- Issue #15979: Improve timeit documentation.
- Issue #16036: Improve documentation of built-in `int()`'s signature and
arguments.