]> granicus.if.org Git - python/commit
Use imp.get_suffixes to determine a module name in modulename(file).
authorKa-Ping Yee <ping@zesty.ca>
Fri, 2 Mar 2001 01:19:14 +0000 (01:19 +0000)
committerKa-Ping Yee <ping@zesty.ca>
Fri, 2 Mar 2001 01:19:14 +0000 (01:19 +0000)
commita2fe103c9b75b20f2cd1362b7ecbd7edff1fc66c
tree324267b61126bebef2ad8c20d751a5be4efc5959
parent7fc49a44414f1bd696a199f7e8bda9a58995e91a
Use imp.get_suffixes to determine a module name in modulename(file).
When possible, display strings containing backslashes using r'' notation.
Lib/pydoc.py