[Python-Dev] python-dev Summary for 2004-07-16 through 2004-07-31 [draft]

"Martin v. Löwis" martin at v.loewis.de
Sat Aug 7 06:23:42 CEST 2004


Nick Coghlan wrote:
> 4b. Edit the .vcproj files and the .py files in Garth's tool to remove
> all references to 'odbc32.lib' and 'odbccp32.lib', since the free tools
> don't have those, and Python doesn't seem to actually need them (Visual
> Studio links to them by default).
> 
> 4c. In gnu_make.py, line 49, change it to be:
>        write(escape(makedef['all']))
>   (The version in the python-dev is missing the escape, which meant
> make couldn't match up the targets properly)

Feel free to contribute patches. I think I already said that I see no
problem with the Python script being distributed along with Python,
provided its author(s) are willing to contribute it (it would be good
if there was a single dedicated contact for maintaining it, though).

For the odbc references, please contribute patches to take the
references out of the projects. We really don't need odbc in Python.

Regards,
Martin


More information about the Python-Dev mailing list