From 134231ed6d56580fa0caab58e3acdf330383c509 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Tue, 23 Feb 2010 17:16:38 -0500 Subject: [PATCH] Screwed up the changelog; fixed. --- NEWS | 1 - 1 file changed, 1 deletion(-) diff --git a/NEWS b/NEWS index 71df493..8b14602 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,6 @@ * patcher.monkey_patch() method replacing util.wrap_* * monkeypatch threading support * removed api.named -* move api_tests into greenthread_tests and hub_tests, or wherever's appropriate * imported timeout module from gevent, replace exc_after and with_timeout() * replace call_after with spawn_after; this is so that users don't see the Timer class * added cancel() method to GreenThread to support the semantic of "abort if not already in the middle of something"