From 98e1cd24fdde8df4c2ead77955149e4661694a66 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Mon, 12 May 2008 00:43:58 +0000 Subject: [PATCH] Doc what needs to be done for "removing" thread. --- pep-3108.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-3108.txt b/pep-3108.txt index ce6cf09c6..be490090c 100644 --- a/pep-3108.txt +++ b/pep-3108.txt @@ -610,7 +610,7 @@ for what the module is meant for. + ``os.statvfs`` now returns a tuple with attributes. -* thread +* thread (need to change import statements to ``_thread``) + People should use 'threading' instead.