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 1kcXZq-0004KA-Lf for psycopg@arkaria.postgresql.org; Tue, 10 Nov 2020 17:37:06 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1kcXZp-00049a-KR for psycopg@arkaria.postgresql.org; Tue, 10 Nov 2020 17:37:05 +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 1kcXZp-00049T-F9 for psycopg@lists.postgresql.org; Tue, 10 Nov 2020 17:37:05 +0000 Received: from [173.84.65.170] (helo=fractal.stoneleaf.us) by makus.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1kcXZn-0001gA-9w for psycopg@lists.postgresql.org; Tue, 10 Nov 2020 17:37:04 +0000 Received: from [173.84.65.171] (unknown [173.84.65.171]) by fractal.stoneleaf.us (Postfix) with ESMTPSA id 4A2C0160001 for ; Tue, 10 Nov 2020 09:37:00 -0800 (PST) Subject: Re: psycopg is the new psycopg3? To: psycopg@lists.postgresql.org References: <20201110172401.GB3156@campbell-lange.net> From: Ethan Furman Message-ID: Date: Tue, 10 Nov 2020 09:37:00 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20201110172401.GB3156@campbell-lange.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Host-Lookup-Failed: Reverse DNS lookup failed for 173.84.65.170 (failed) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On 11/10/20 9:24 AM, Rory Campbell-Lange wrote: > 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. And for me, a lone 3 at the end of a package name means Python 3 version. Maybe skip the 3 and go straight to 4? -- ~Ethan~