Re: [Python-Dev] PEP 3149 thoughts

2010-09-06 Thread David Cournapeau
On Mon, Sep 6, 2010 at 3:16 AM, Georg Brandl g.bra...@gmx.net wrote: Am 05.09.2010 19:22, schrieb Martin v. Löwis: I know the PEP is accepted, but I would still like to see some changes/clarifications. 1. What is the effect of this PEP on Windows? Is this a Linux-only    feature? If not, who

[Python-Dev] [RELEASED] Python 3.2 alpha 2

2010-09-06 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On behalf of the Python development team, I'm happy to announce the second alpha preview release of Python 3.2. Python 3.2 is a continuation of the efforts to improve and stabilize the Python 3.x line. Since the final release of Python 2.7, the 2.x

Re: [Python-Dev] PEP 3149 thoughts

2010-09-06 Thread Piotr Ożarowski
[Georg Brandl, 2010-09-05] Am 05.09.2010 19:22, schrieb Martin v. Löwis: 2. Why does the PEP recommend installing stuff into /usr/share/pyshared? According to the Linux FHS, /usr/share is for Architecture- independent data, see

Re: [Python-Dev] PEP 384 status

2010-09-06 Thread Antoine Pitrou
Hello Martin, On Sat, 28 Aug 2010 12:04:10 +0200 Martin v. Löwis mar...@v.loewis.de wrote: I have now started an initial patch for PEP 384, in the pep-0384 branch. [...] On http://bugs.python.org/issue9778 you elaborated on what the PEP would entail in its current state: “No, vice versa. The

[Python-Dev] _PyUnicode_New crash

2010-09-06 Thread Trigve
Hi, I've found something strange while using unicode objects in embedded python. Here is a situation. I'm creating a couple of unicode objects and then some exception is thrown. While handling exception I create 2 unicode object. The 1. one is created sucessfully but the second one not. The

Re: [Python-Dev] _PyUnicode_New crash

2010-09-06 Thread M.-A. Lemburg
Trigve wrote: Hi, I've found something strange while using unicode objects in embedded python. Here is a situation. I'm creating a couple of unicode objects and then some exception is thrown. While handling exception I create 2 unicode object. The 1. one is created sucessfully but the

Re: [Python-Dev] _PyUnicode_New crash

2010-09-06 Thread Trigve
M.-A. Lemburg mal at egenix.com writes: Please file a bug report for this. We can then discuss this on the tracker. Done as http://bugs.python.org/issue9785 . Thanks Thanks Trigve ___ Python-Dev mailing list Python-Dev@python.org

Re: [Python-Dev] r84388 - in python/branches/py3k/Doc: conf.py using/index.rst

2010-09-06 Thread anatoly techtonik
On Thu, Sep 2, 2010 at 12:43 AM, Nick Coghlan ncogh...@gmail.com wrote: That title isn't better though, since it doesn't cover the using/cmdline document which deals with command line options, environment variables and the like. I agree that Using Python is not very descriptive though.

[Python-Dev] Write access to hg.python.org

2010-09-06 Thread Antoine Pitrou
Hello, What is needed in order to have write (i.e. push) access to the hg.python.org repositories? What are the URLs (for example for the benchmarks repository)? Regards Antoine. ___ Python-Dev mailing list Python-Dev@python.org