From b51a03b663e10aa31659d8b5762013092225a68e Mon Sep 17 00:00:00 2001 From: Federico Di Gregorio Date: Thu, 30 Mar 2006 02:20:11 +0000 Subject: [PATCH] Fixing SVN transition. --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 1686b47f..4e4a0e96 100644 --- a/README +++ b/README @@ -3,9 +3,9 @@ psycopg - Python-PostgreSQL Database Adapter psycopg is a PostgreSQL database adapter for the Python programming language. This is version 2, a complete rewrite of the original code to -provide new-style classes for connection and cursor objects and other sweet -candies. Like the original, psycopg 2 was written with the aim of being -very small and fast, and stable as a rock. +provide new-style classes for connection and cursor objects and other +sweet candies. Like the original, psycopg 2 was written with the aim of +being very small and fast, and stable as a rock. psycopg is different from the other database adapter because it was designed for heavily multi-threaded applications that create and destroy