Staging
v0.5.1
https://github.com/python/cpython
Revision 7de1f39c531e1c3bc4c72f3731797600db4e3fbd authored by Michael W. Hudson on 16 March 2002, 17:53:51 UTC, committed by Michael W. Hudson on 16 March 2002, 17:53:51 UTC
backport fdrake's checkin of
    revision 1.5 of log.py

Set/update self.cwd properly.
1 parent 1ed6918
Raw File
Tip revision: 7de1f39c531e1c3bc4c72f3731797600db4e3fbd authored by Michael W. Hudson on 16 March 2002, 17:53:51 UTC
Naughty Fred forgot to mark this as a bugfix candidate.
Tip revision: 7de1f39
pydoc
#!/usr/bin/env python

import pydoc
pydoc.cli()
back to top