Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kcXNJ-0003p2-LE for psycopg@arkaria.postgresql.org; Tue, 10 Nov 2020 17:24:10 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1kcXNH-0001kI-GQ for psycopg@arkaria.postgresql.org; Tue, 10 Nov 2020 17:24:07 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kcXNH-0001kB-5C for psycopg@lists.postgresql.org; Tue, 10 Nov 2020 17:24:07 +0000 Received: from campbell-lange.net ([178.79.140.51]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kcXNE-0001a4-AE for psycopg@postgresql.org; Tue, 10 Nov 2020 17:24:05 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=campbell-lange.net; s=it; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=7ETu67seUSgasDcBExXmlna8Fqry6l3DtW0l76VudVw=; b=miWpXZ2FNcWgJH+a0uJHcIoeT 6Zv2mDxfaRAYql1gTyOxkAZmNK0+BWm4uzmjneTA/gtSDQh3LZJnZ58EvReuuStGW6C26gZNIR8Ts dlEh83T982NCRD8jxKEli9OgeM/wk775Hg7l8+ro38NIr7DRJ1GHe9nygqjKC2/LGzEog=; Received: from [217.138.52.158] (helo=rory-t470s) by campbell-lange.net with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kcXNB-0004eH-U6; Tue, 10 Nov 2020 17:24:01 +0000 Received: from rory by rory-t470s with local (Exim 4.92) (envelope-from ) id 1kcXNB-0000r9-Q0; Tue, 10 Nov 2020 17:24:01 +0000 Date: Tue, 10 Nov 2020 17:24:01 +0000 From: Rory Campbell-Lange To: Daniele Varrazzo Cc: psycopg@postgresql.org Subject: Re: psycopg is the new psycopg3? Message-ID: <20201110172401.GB3156@campbell-lange.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On 10/11/20, Daniele Varrazzo (daniele.varrazzo@gmail.com) wrote: > Anyone against using "psycopg" as package name, and starting from 3 as > version number? Personally I think the "3" in "psycopg3" is clearer than simply "psycopg" in relation to this being an evolution of the psycopg2 package. Rory