Staging
v0.5.1
https://github.com/python/cpython
Revision 55aa2f39a302be51de631e8cd6da77c054d8447e authored by Matthias Klose on 26 November 2010, 11:56:26 UTC, committed by Matthias Klose on 26 November 2010, 11:56:26 UTC
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85645 | matthias.klose | 2010-10-17 15:22:33 +0200 (Sun, 17 Oct 2010) | 2 lines

  - Accept Oracle Berkeley DB 5.0 and 5.1 as backend for the dbm extension.
........
1 parent 5d744a8
Raw File
Tip revision: 55aa2f39a302be51de631e8cd6da77c054d8447e authored by Matthias Klose on 26 November 2010, 11:56:26 UTC
Merged revisions 85645 via svnmerge from
Tip revision: 55aa2f3
wcmac.py
import webchecker, sys
webchecker.DEFROOT = "http://www.python.org/python/"
webchecker.MAXPAGE = 50000
webchecker.verbose = 2
sys.argv.append('-x')
webchecker.main()
sys.stdout.write("\nCR to exit: ")
sys.stdout.flush()
sys.stdin.readline()
back to top