commit | b3085c9e2610943a2c7c038ff7e25639300463fd | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Sep 01 23:09:31 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Sep 01 23:09:31 2008 +0000 |
tree | af358620e326cff05c7c3eaed873d265596dae3e | |
parent | f82b856b2ae519d857148b034f2d9ef71988548d [diff] [blame] |
remove the deprecation warnings for the old threading API; update the docs Reviewer: Benjamin Peterson
diff --git a/Misc/NEWS b/Misc/NEWS index 2f1f58a..5947aeb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -60,6 +60,8 @@ Library ------- +- The deprecation warnings for the camelCase threading API names were removed. + Extension Modules -----------------