From de467542b5638e3f5fb621789328d29c39cfddc9 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 6 Sep 2010 13:51:07 -0400 Subject: Doc tweaks for 3.4b2 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 23762f2c..73891430 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,8 @@ New in 3.2: Branch coverage! New in 3.3: .coveragerc files. -New in 3.4: Better control over source to measure. +New in 3.4: Better control over source to measure, and unexecuted files +can be reported. """ # This file is used unchanged under all versions of Python, 2.x and 3.x. -- cgit v1.2.1