Kaydet (Commit) eeed58cd authored tarafından Raymond Hettinger's avatar Raymond Hettinger

SF bug #1219448: small output bug

üst 24d75219
......@@ -2640,7 +2640,7 @@ currently:
>>> import fibo
>>> fib = fibo.fib
>>> dir()
['__builtins__', '__doc__', '__file__', '__name__', 'a', 'fib']
['__builtins__', '__doc__', '__file__', '__name__', 'a', 'fib', 'fibo', 'sys']
\end{verbatim}
Note that it lists all types of names: variables, modules, functions, etc.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment