diff -r d68cc584bc7d PC/winreg.c --- a/PC/winreg.c Wed Mar 18 18:03:40 2015 +0200 +++ b/PC/winreg.c Wed Mar 18 18:33:34 2015 +0200 @@ -267,8 +267,7 @@ " identified by key." "\n" "Values in the registry have name, type, and data components. This method\n" -"retrieves the data for a key's first value that has a NULL name.\n" -"But the underlying API call doesn't return the type, Lame Lame Lame, DONT USE THIS!!!"); +"retrieves the data for a key's first value that has a NULL name.\n"); PyDoc_STRVAR(QueryValueEx_doc, "QueryValueEx(key, value_name) -> (value, type_id)\n"