Received: from malur.postgresql.org ([2a02:16a8:dc51::56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1gC7J2-00028E-FO for psycopg@arkaria.postgresql.org; Mon, 15 Oct 2018 18:09:28 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gC7J0-0007ku-I3 for psycopg@arkaria.postgresql.org; Mon, 15 Oct 2018 18:09:26 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1gC7J0-0007kn-7C for psycopg@lists.postgresql.org; Mon, 15 Oct 2018 18:09:26 +0000 Received: from mail-lf1-x134.google.com ([2a00:1450:4864:20::134]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gC7Ix-0006I8-I8 for psycopg@lists.postgresql.org; Mon, 15 Oct 2018 18:09:24 +0000 Received: by mail-lf1-x134.google.com with SMTP id v22-v6so3003091lfe.12 for ; Mon, 15 Oct 2018 11:09:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=dcNqvcMt4MYs5gM4jEPGtye5S9/ZfKPyANAqnybqhsg=; b=RUf++GbBb8q5T1gKz30bSp8w1jx+2DbUv9HtXs1wwurigPjuvFwTtdzM81f8TKxYLk TKPVxVr0tsHp4S/mB3owddeRuuiWfOX4NLmmCto4m6tMFATEKgVIG1Y0IOXeLujJeXk0 sWX6HcAtDI4nphk2Me065zR/rNjHzISdUqJe4GvW3ZgnZKcw4gGdDhv79N+TriMpxma9 0Ba/oWQ4Mrv7tuAAXlJ4qsnstST2Bj0K0ZwN7BcAbwvrOoZRGyK08K7rJjCR7nRRo7cN 0ghYu7r5weCH8cqNe6p5Jbejmnyw1dzlTbRJWLRw3lzixHKEWTmdr1axYYyVWJioPImg ULyg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=dcNqvcMt4MYs5gM4jEPGtye5S9/ZfKPyANAqnybqhsg=; b=LCAiWTs7TZtRxcht53CrdWhhDLfVt/Kvb3rVKEvbpXzsE02W8yfOwmDvWB658Rsg/i Rm5yQk33WjDuDtTQ5PuiWyzuy5EJ/m6Jg48DdtrLWFPQxmaDEgJr3R53fs6o97oQkfhE PW7anpmrEcJXBlO5jaqE7k/yn/nK3Sa1AzUIFhZEN1aRADwyy1Vzl41K4r0SXbbujlln 60qozY8QJmIfCqxDHa2GwPPI8nqSzBPYP3eXvHNGMws6M3CUOc0cE+488mBFzSLyrJwv K1cnV7gD7RQXkJXApjIqP4ps0BPW4JIeg3FecHXAO+iTHcYBO2pYrcKFgx2lTOAfStle w7rw== X-Gm-Message-State: ABuFfogzBikXnzo+k8GhT5Q30hO/s55RTu6G8L1StO8eDuW348NZmsjI zgvdXBCRSl78pFRsOyQg/ytU/SNNRhzNkBONP8Rm0w== X-Google-Smtp-Source: ACcGV61m6yd3QsgDFLQNqt797+QNPNM1VRCIl9eoh3DWE+dGrm4TPU/XX90MOjzl8sjNn/yBMU8u3BNWZxTiyqtomMc= X-Received: by 2002:a19:771b:: with SMTP id s27-v6mr1417717lfc.84.1539626961488; Mon, 15 Oct 2018 11:09:21 -0700 (PDT) MIME-Version: 1.0 References: <20181015121154.GC2008@hermes.hilbert.loc> In-Reply-To: From: Daniele Varrazzo Date: Mon, 15 Oct 2018 19:09:10 +0100 Message-ID: Subject: Re: Feature branches merged to master for 2.8 release To: Federico Di Gregorio Cc: psycopg@lists.postgresql.org Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On Mon, Oct 15, 2018 at 6:36 PM Federico Di Gregorio wrote: > Python exceptions are CamelCase in 99% of the cases (pun intended). > Lets not have every single Python programmer out there hate us because > we decided to import a database backend convention into a programming > laguage. Yes, that's how I started implementing it that way. Thank you for the feedback :) -- Daniele