This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients Arfrever, ezio.melotti, jkloth, mrabarnett, pitrou, r.david.murray, rhettinger, tchrist, terry.reedy
Date 2011-08-14.17:15:51
SpamBayes Score 6.4174305e-10
Marked as misclassified No
Message-id <1313342152.26.0.740730067024.issue12749@psf.upfronthosting.co.za>
In-reply-to
Content
> You're right: my wide build is not Python3, just Python2.

And is it failing?  Here the tests pass on the wide builds, on both Python 2 and 3.

> In fact, it's even worse, because it's the stock build on Linux, 
> which seems on this machine to be 2.6 not 2.7.

What is worse?  FWIW on my system the default `python` is a 2.7 wide. `python3` is a 3.2 wide.

> I have private builds that are 2.7 and 3.2, but those are both narrow.
> I do not have a 3.3 build.  Should I?

3.3 is the version in development, not released yet.  If you have an HG clone of Python you can make a wide build of 3.x with ./configure --with-wide-unicode andof 2.7 using ./configure --enable-unicode=ucs4.

> I'm remembering why I removed Python2 from my Unicode talk, because
> of how it made me pull my hair out.  People at the talk wanted to know
> what I meant, but I didn't have time to go into it.  I think this
> gets added to the hairpulling list.

I'm not sure what you are referring to here.
History
Date User Action Args
2011-08-14 17:15:52ezio.melottisetrecipients: + ezio.melotti, rhettinger, terry.reedy, pitrou, jkloth, mrabarnett, Arfrever, r.david.murray, tchrist
2011-08-14 17:15:52ezio.melottisetmessageid: <1313342152.26.0.740730067024.issue12749@psf.upfronthosting.co.za>
2011-08-14 17:15:51ezio.melottilinkissue12749 messages
2011-08-14 17:15:51ezio.melotticreate