From c776804d9db1f0ae837aaafe8ed27eb47bb369f5 Mon Sep 17 00:00:00 2001 From: hut Date: Sun, 21 Mar 2010 03:52:58 +0100 Subject: updated TODO and pydoc --- doc/pydoc/ranger.ext.openstruct.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/pydoc/ranger.ext.openstruct.html') diff --git a/doc/pydoc/ranger.ext.openstruct.html b/doc/pydoc/ranger.ext.openstruct.html index 50b0ef14..d4340807 100644 --- a/doc/pydoc/ranger.ext.openstruct.html +++ b/doc/pydoc/ranger.ext.openstruct.html @@ -135,9 +135,9 @@ In either case, this is followed by: for  Data and other attributes inherited from __builtin__.dict:
__hash__ = None
-
__new__ = <built-in method __new__ of type object at 0x2ae965a01840>
T.__new__(S, ...) -> a new object with type S, a subtype of T
+
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T
-
fromkeys = <built-in method fromkeys of type object at 0x1c16510>
dict.fromkeys(S[,v]) -> New dict with keys from S and values equal to v.
+
fromkeys = <built-in method fromkeys of type object>
dict.fromkeys(S[,v]) -> New dict with keys from S and values equal to v.
v defaults to None.
-- cgit 1.4.1-2-gfad0