A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-dev/2000-June/005150.html below:

[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Tools/perfecthash GenUCNHash.py,1.1,1.2

[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Tools/perfecthash GenUCNHash.py,1.1,1.2Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Fri, 30 Jun 2000 12:04:00 +0200
MAL wrote:
>     out.write(header)
>     out =3D open(cFileName, "w")
> !   out.write("#include "%s"\n" % headerFileName)
>     out.write(code)
>     perfHash.generate_graph(out)

umm.  I suppose you meant:

> !   out.write('#include "%s"\n' % headerFileName)

or possibly:

> !   out.write("#include \"%s\"\n" % headerFileName)

</F>




RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4