From: Gerhard H?r. <gha...@us...> - 2002-12-01 20:16:54
|
Update of /cvsroot/pypgsql/pypgsql In directory sc8-pr-cvs1:/tmp/cvs-serv28272 Modified Files: Announce Log Message: 01DEC2002 gh setup.config is gone. Index: Announce =================================================================== RCS file: /cvsroot/pypgsql/pypgsql/Announce,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** Announce 1 Dec 2002 04:59:24 -0000 1.20 --- Announce 1 Dec 2002 20:16:51 -0000 1.21 *************** *** 42,46 **** If your platform isn't supported out of the box, you can edit a ! setup.config file to configure the build process. Patches for supporting additional platforms are more than welcome. Look into setup.py for how to do it. --- 42,46 ---- If your platform isn't supported out of the box, you can edit a ! setup.py file to configure the build process. Patches for supporting additional platforms are more than welcome. Look into setup.py for how to do it. *************** *** 106,115 **** The following source code files were added to Version 2.3 of pyPgSQL: - - setup.config - Part of the changed distutils-based build process. - If you want to customize the build process (change - include and library directories, for example, you - only need to edit this file; setup.py should not be - edited directly any longer) unicode_tests.py - Test suite for the new Unicode support. Merged from --- 106,109 ---- |