From owner-freebsd-python@FreeBSD.ORG Sun Sep 2 10:45:13 2012 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C8DF106566B; Sun, 2 Sep 2012 10:45:13 +0000 (UTC) (envelope-from vmagerya@gmail.com) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id C4FD78FC08; Sun, 2 Sep 2012 10:45:12 +0000 (UTC) Received: by vbmv11 with SMTP id v11so5934641vbm.13 for ; Sun, 02 Sep 2012 03:45:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=XgiY2/kYnbuJ35oogEnLwrcAdJ0ZgDrFvpJUWD8/jlE=; b=zuE41jxhVQ5pwg/uM5fpe1M48ivgH3Osy/ec5FNcPNhesBxXkR7ndXE6JYpZ+MjdeJ +Rzbvsdqj++4P3LOUtz0aPiB92yG9leqo6woW80PAmEMSTkcWLgRiNcd/gb9YLHzogEf rNjCJkKNyqT5N0bjuuKMQhUlrcOC2wAVPuITcPvNyMkjmXKuUv4dcHkzTPbbbOw62TwQ Zb0lTzKpo366XYdzh8xBDaU31hB/0Hc0Mbr+56CnraWvNBqyENURfvzNdGhoJb5z38Om 8VnV31ouheNQivsVLsg94vDJFUKU8mTQEcaU+GB8U3ugEDme/VzvmVwWmnCaAwCHtLND CGkg== MIME-Version: 1.0 Received: by 10.58.4.232 with SMTP id n8mr9814592ven.54.1346582712228; Sun, 02 Sep 2012 03:45:12 -0700 (PDT) Received: by 10.58.29.226 with HTTP; Sun, 2 Sep 2012 03:45:12 -0700 (PDT) In-Reply-To: References: <20120831211231.46BFA2E9E0@smtp.tx97.net> Date: Sun, 2 Sep 2012 13:45:12 +0300 Message-ID: From: Vitaly Magerya To: Li-Wen Hsu Content-Type: text/plain; charset=UTF-8 Cc: freebsd-python@freebsd.org Subject: Re: Making Python's curses module work with Unicode X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 10:45:13 -0000 Li-Wen Hsu wrote: > On Sat, Sep 1, 2012 at 5:12 AM, Vitaly Magerya wrote: >> Can I have a brave committer to either accept the patch (in which >> case I'll work on the same for other python versions), or point >> me to whatever problems it may trigger (in which case, I'll test >> for them)? > > Thanks for working on this, is it possible for you to file a PR of > this to prevent it being overwhelmed by the mails and other issues in > the queue? Yes. See ports/171246 [1] (should be up in a while). My experience with PRs is that they often go unnoticed, which is why I decided to poke python@ directly. [1] http://www.freebsd.org/cgi/query-pr.cgi?pr=171246