Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a95850 commit d6a1d79Copy full SHA for d6a1d79
1 file changed
Misc/NEWS
@@ -30,6 +30,13 @@ Standard library
30
has an hasAttributes method, and the handling of namespaces was
31
improved.
32
33
+- Ka-Ping Yee contributed two new modules: inspect.py, a module for
34
+ getting information about live Python code, and pydoc.py, a module
35
+ for interactively converting docstrings to HTML or text.
36
+ Tools/scripts/pydoc, which is now automatically installed into
37
+ <prefix>/bin, uses pydoc.py to display documentation; try running
38
+ 'pydoc' for the instructions.
39
+
40
Windows changes
41
42
- Build: Subproject _test (effectively) renamed to _testcapi.
0 commit comments