[Python-Dev] Re: [Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.13,1.14

Barry A. Warsaw bwarsaw@beopen.com
Fri, 28 Jul 2000 02:43:34 -0400 (EDT)


>>>>> "PS" == Peter Schneider-Kamp <nowonder@nowonder.de> writes:

    PS> I don't know if it is possible to run pep2html.py on your
    PS> system (I have only used it on Linux), but it would be nice
    PS> if you could do that after committing changes to the PEPs.

Hmm, I get the following exception when running on Python 2.0b1.  Too
sleepy to track this down right now.

-B

-------------------- snip snip --------------------
% python pep2html.py
pep-0200.txt ...
Traceback (most recent call last):
  File "pep2html.py", line 132, in ?
    main()
  File "pep2html.py", line 113, in main
    fixfile(file, os.path.splitext(file)[0] + ".html")
  File "pep2html.py", line 100, in fixfile
    line = fixpat.sub(lambda x, c=infile: fixanchor(c, x), line)
TypeError: function requires exactly 3 arguments; 2 given