Re: [Python-3000] Workaround for py3k build problem on CJK MacOS X?

2008-08-16 Thread Hye-Shik Chang
On Sat, Aug 16, 2008 at 4:25 AM, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: >> What do you think? > > I see another alternative: invoke the Apple converters (assuming they > exist). Then, these encodings would only be available on OS X, but > that might be just sufficient. > > Now, I'm not a CFSt

[Python-3000] parse_qs and parse_qsl functions

2008-08-16 Thread Facundo Batista
Hi! The issue 600362 has two patches (one for 2.6 and the other for 3.0) that are ready to commit (with a small change in the docs). This patches relocates the parse_qs and parse_qsl functions into the urlparse module (urllib.parse in 3k), bringing them from the cgi one. For backward compatibilit

Re: [Python-3000] Workaround for py3k build problem on CJK MacOS X?

2008-08-16 Thread Martin v. Löwis
> I like the idea. Here's a preliminary patch implements the codec: > http://people.freebsd.org/~perky/py3k-maccodec.diff (no tests or > documentations yet) It's not exactly what I had in mind (although it might be sufficient, anyway): I thought not of a single codec, but many. They can be called

Re: [Python-3000] [Python-Dev] parse_qs and parse_qsl functions

2008-08-16 Thread Brett Cannon
On Sat, Aug 16, 2008 at 7:04 AM, Facundo Batista <[EMAIL PROTECTED]> wrote: > Hi! > > The issue 600362 has two patches (one for 2.6 and the other for 3.0) > that are ready to commit (with a small change in the docs). This > patches relocates the parse_qs and parse_qsl functions into the > urlparse