@@ -0,0 +1,41 @@
1+The developers of PyGreSQL and PoPy are pleased to announce that they have
2+decided to merge the two projects. It was felt that the two projects
3+were alike in many ways but with different strengths which will allow
4+them to create a more powerful product over all.
5+6+D'Arcy J.M. Cain and Thierry Michel will share duties of core for the new
7+project which will be called PyGreSQL. They will be responsible for
8+making sure that the code base is kept to the highest standards that
9+the users are accustomed to as well as controlling who has write access
10+to the new project's source repository.
11+12+PyGreSQL is a python module that interfaces to a PostgreSQL database. It
13+embeds the PostgreSQL query library to allow easy use of the powerful
14+PostgreSQL features from a Python script.
15+16+PyGreSQL is based on the PyGres95 code written by Pascal Andre,
17+andre@chimay.via.ecp.fr. The code was changed to version to 2.0 and
18+updated for Python 1.5 and PostgreSQL 6.2.1 and was made fully ANSI
19+compliant. Later versions are fixes and enhancements to that. The
20+latest version of PyGreSQL works with Python 2.2 and PostgreSQL 7.3.
21+22+PoPy is another python module connecting python and PostgreSQL. It
23+has been written with emphasis on complying with the Database API
24+specification of python's Database Special Interest Group, without
25+sacrificing speed of execution. In particular, it complies with the DB
26+API version 2.0, with thread safety level 2. PoPy has support for
27+large objects (BLOBs), arrays, and date objects. It also permits both
28+external and internal database procedure calls. [ed comment: what does
29+this mean?] As a convenience to programmers, it automatically performs
30+conversions between python and PostgreSQL types, and signals dynamic
31+problems using fine-grained exceptions.
32+33+Moreover, PoPy's sister product, ZPoPyDA offered the first really usable
34+database adapter connecting the Zope system and PostgreSQL.
35+36+The new project will be called PyGreSQL. The version of the next release
37+will be bumped to 4.0 to reflect this major change to the development.
38+39+Further information will be posted to the project's web site at
40+http://www.PyGreSQL.org/.
41+