Re: [Python-Dev] cpython: Issue 15265: document the exception raised for invalid sample sizes.

2012-07-09 Thread Georg Brandl
On 09.07.2012 01:02, raymond.hettinger wrote: http://hg.python.org/cpython/rev/72174d8af3ba changeset: 78015:72174d8af3ba user:Raymond Hettinger date:Sun Jul 08 16:01:53 2012 -0700 summary: Issue 15265: document the exception raised for invalid sample sizes. files: Doc/l

Re: [Python-Dev] cpython: Issue #15283: Updated pyvenv documentation to expand on activation.

2012-07-09 Thread Antoine Pitrou
On Mon, 9 Jul 2012 10:25:58 +0200 (CEST) vinay.sajip wrote: > + > + Common installation tools such as ``distribute`` and ``pip`` work as > + expected with venvs - i.e. when a venv is active, they install Python > + packages into the venv without needing to be told to do so explicitly. Not